Class 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:
    Serialized Form
    • Constructor Detail

      • 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)