Class FileSizeLimitExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.ui.transports.fileupload.FileSizeLimitExceededException
All Implemented Interfaces:
Serializable

public class FileSizeLimitExceededException extends Exception
This exception will be thrown when the maximum allowed file size limit is exceeded. This can be applicable to a single file or a collection of files.
See Also:
  • Constructor Details

    • FileSizeLimitExceededException

      public FileSizeLimitExceededException(long fileSizeLimitInMB)
    • FileSizeLimitExceededException

      public FileSizeLimitExceededException(String msg, long fileSizeLimitInMB)
    • FileSizeLimitExceededException

      public FileSizeLimitExceededException(String msg, long fileSizeLimitInMB, Throwable throwable)
    • FileSizeLimitExceededException

      public FileSizeLimitExceededException(Throwable throwable, long fileSizeLimitInMB)