Class RequestPayloadSizeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.codingchili.core.context.CoreException
com.codingchili.core.protocol.exception.RequestPayloadSizeException
All Implemented Interfaces:
CoreExceptionFormat, Serializable

public class RequestPayloadSizeException extends CoreException
Throw when a request with too large payload has been received.
See Also:
Serialized Form
  • Constructor Details

    • RequestPayloadSizeException

      public RequestPayloadSizeException(int maxRequestBytes)
      Parameters:
      maxRequestBytes - the maximum number of bytes.