Class FileUploadIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.helger.web.fileupload.exception.FileUploadIOException
-
- All Implemented Interfaces:
Serializable
public class FileUploadIOException extends IOException
This exception is thrown for hiding an innerFileUploadExceptionin anIOException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileUploadIOException(FileUploadException aCause)Creates aFileUploadIOExceptionwith 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
-
FileUploadIOException
public FileUploadIOException(FileUploadException aCause)
Creates aFileUploadIOExceptionwith the given cause.- Parameters:
aCause- The exceptions cause, if any, or null.
-
-