Class RequestParseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingMandatoryAttributesException, MissingMandatoryParametersException, MultipartRequestParseException, SizeLimitExceededException

public class RequestParseException extends RequestException
Exception thrown when request could not be parsed.
See Also:
  • Constructor Details

    • RequestParseException

      public RequestParseException()
      Simple constructor.
    • RequestParseException

      public RequestParseException(String msg)
      Constructor to create exception with a message.
      Parameters:
      msg - a message to associate with the exception
    • RequestParseException

      public RequestParseException(String msg, Throwable cause)
      Constructor to create exception to wrap another exception and pass a message.
      Parameters:
      msg - the message
      cause - the real cause of the exception