Class IOFileUploadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.tomcat.util.http.fileupload.FileUploadException
org.apache.tomcat.util.http.fileupload.impl.IOFileUploadException
- All Implemented Interfaces:
- Serializable
Thrown to indicate an IOException.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionIOFileUploadException(String pMsg, IOException pException) Creates a new instance with the given cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
IOFileUploadExceptionCreates a new instance with the given cause.- Parameters:
- pMsg- The detail message.
- pException- The exceptions cause.
 
 
- 
- 
Method Details