Class FileCountLimitExceededException

All Implemented Interfaces:
Serializable

public class FileCountLimitExceededException extends FileUploadException
This exception is thrown if a request contains more files than the specified limit.
See Also:
  • Constructor Details

    • FileCountLimitExceededException

      public FileCountLimitExceededException(String message, long limit)
      Creates a new instance.
      Parameters:
      message - The detail message
      limit - The limit that was exceeded
  • Method Details

    • getLimit

      public long getLimit()
      Retrieves the limit that was exceeded.
      Returns:
      The limit that was exceeded by the request