Class ParsingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JsonMapperParsingException

public class ParsingException extends IOException
Exceptions that extend this class will be caught by the ParsingExceptionMapper and returned with a 400 response status code.
See Also:
  • Constructor Details

    • ParsingException

      public ParsingException(String message)
    • ParsingException

      public ParsingException(String message, Throwable cause)