Class ExceptionWithErrorInfo

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.http.scaladsl.model.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