Class LengthRequiredException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

public class LengthRequiredException
extends HttpStatusException
The Class LengthRequiredException.
See Also:
Serialized Form
  • Constructor Details

    • LengthRequiredException

      public LengthRequiredException​(String aMessage, String aErrorCode)
      Instantiates a new length required exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • LengthRequiredException

      public LengthRequiredException​(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new length required exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • LengthRequiredException

      public LengthRequiredException​(String message, Throwable cause)
      Instantiates a new length required exception.
      Parameters:
      message - the message
      cause - the cause
    • LengthRequiredException

      public LengthRequiredException​(String message)
      Instantiates a new length required exception.
      Parameters:
      message - the message
    • LengthRequiredException

      public LengthRequiredException​(Throwable aCause, String aErrorCode)
      Instantiates a new length required exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • LengthRequiredException

      public LengthRequiredException​(Throwable cause)
      Instantiates a new length required exception.
      Parameters:
      cause - the cause