Class FileUploadFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.ui.transports.fileupload.FileUploadFailedException
-
- All Implemented Interfaces:
Serializable
public class FileUploadFailedException extends Exception
This exception is thrown when file uploading fails- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileUploadFailedException()FileUploadFailedException(String s)FileUploadFailedException(String s, Throwable throwable)FileUploadFailedException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-