Class SizeLimitExceededException

All Implemented Interfaces:
Serializable

public class SizeLimitExceededException extends SizeException
Thrown to indicate that the request size exceeds the configured maximum.
See Also:
  • Constructor Details

    • SizeLimitExceededException

      public SizeLimitExceededException(String message, long actual, long permitted)
      Constructs a SizeExceededException with the specified detail message, and actual and permitted sizes.
      Parameters:
      message - The detail message.
      actual - The actual request size.
      permitted - The maximum permitted request size.