Class RequestTooLargeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
thredds.server.exception.RequestTooLargeException
All Implemented Interfaces:
Serializable

public class RequestTooLargeException extends RuntimeException
See Also:
  • Constructor Details

    • RequestTooLargeException

      public RequestTooLargeException(String message)
    • RequestTooLargeException

      public RequestTooLargeException(long requested, long maxBytes)
    • RequestTooLargeException

      public RequestTooLargeException(String message, Exception cause)