Class ExceptionWithErrorInfo

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EntityStreamException, IllegalHeaderException, IllegalRequestException, IllegalResponseException, IllegalUriException, InvalidContentLengthException, Jackson.JacksonUnmarshallingException, ParsingException

public abstract class ExceptionWithErrorInfo extends RuntimeException
Marker for exceptions that provide an ErrorInfo
See Also:
  • Constructor Details

    • ExceptionWithErrorInfo

      public ExceptionWithErrorInfo(ErrorInfo info, Throwable cause)
    • ExceptionWithErrorInfo

      public ExceptionWithErrorInfo(ErrorInfo info)
  • Method Details