public class InvalidContentLengthException extends ExceptionWithErrorInfo implements scala.Product, java.io.Serializable
Constructor and Description |
---|
InvalidContentLengthException(ErrorInfo info) |
Modifier and Type | Method and Description |
---|---|
static InvalidContentLengthException |
apply(java.lang.String summary,
java.lang.String detail) |
ErrorInfo |
info() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public InvalidContentLengthException(ErrorInfo info)
public static InvalidContentLengthException apply(java.lang.String summary, java.lang.String detail)
public ErrorInfo info()
info
in class ExceptionWithErrorInfo