Package akka.http.scaladsl.model
Class ExceptionWithErrorInfo
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.http.scaladsl.model.ExceptionWithErrorInfo
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EntityStreamException
,IllegalHeaderException
,IllegalRequestException
,IllegalResponseException
,IllegalUriException
,InvalidContentLengthException
,Jackson.JacksonUnmarshallingException
,ParsingException
public abstract class ExceptionWithErrorInfo extends java.lang.RuntimeException
Marker for exceptions that provide an ErrorInfo- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExceptionWithErrorInfo(ErrorInfo info)
ExceptionWithErrorInfo(ErrorInfo info, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorInfo
info()
-