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