Class FileUploadFileCountLimitException

All Implemented Interfaces:
Serializable

Signals that a request contains more files than the specified limit.
See Also:
  • Constructor Details

    • FileUploadFileCountLimitException

      public FileUploadFileCountLimitException(String message, long limit, long actual)
      Constructs an instance.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
      limit - The limit that was exceeded.
      actual - The actual value.