Package akka.http.scaladsl.model
Class InvalidContentLengthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.http.scaladsl.model.ExceptionWithErrorInfo
-
- akka.http.scaladsl.model.InvalidContentLengthException
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
public class InvalidContentLengthException extends ExceptionWithErrorInfo implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidContentLengthException(ErrorInfo info)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvalidContentLengthException
apply(java.lang.String summary, java.lang.String detail)
ErrorInfo
info()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidContentLengthException
public InvalidContentLengthException(ErrorInfo info)
-
-
Method Detail
-
apply
public static InvalidContentLengthException apply(java.lang.String summary, java.lang.String detail)
-
info
public ErrorInfo info()
- Overrides:
info
in classExceptionWithErrorInfo
-
-