Class IOFileUploadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.helger.web.fileupload.exception.FileUploadException
-
- com.helger.web.fileupload.exception.IOFileUploadException
-
- All Implemented Interfaces:
Serializable
public class IOFileUploadException extends FileUploadException
Thrown to indicate an IOException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IOFileUploadException(String sMsg, IOException aException)Creates a new instance with the given cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IOFileUploadException
public IOFileUploadException(String sMsg, IOException aException)
Creates a new instance with the given cause.- Parameters:
sMsg- The detail message.aException- The exceptions cause.
-
-