public class IllegalRequestException$
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static IllegalRequestException$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
IllegalRequestException$() |
Modifier and Type | Method and Description |
---|---|
IllegalRequestException |
apply(StatusCodes.ClientError status) |
IllegalRequestException |
apply(StatusCodes.ClientError status,
ErrorInfo info) |
IllegalRequestException |
apply(StatusCodes.ClientError status,
java.lang.String detail) |
public static final IllegalRequestException$ MODULE$
public IllegalRequestException apply(StatusCodes.ClientError status)
public IllegalRequestException apply(StatusCodes.ClientError status, ErrorInfo info)
public IllegalRequestException apply(StatusCodes.ClientError status, java.lang.String detail)