Package akka.http.scaladsl.model
Class IllegalRequestException$
- java.lang.Object
-
- akka.http.scaladsl.model.IllegalRequestException$
-
- All Implemented Interfaces:
java.io.Serializable
public class IllegalRequestException$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static IllegalRequestException$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description IllegalRequestException$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IllegalRequestException
apply(StatusCodes.ClientError status)
IllegalRequestException
apply(StatusCodes.ClientError status, ErrorInfo info)
IllegalRequestException
apply(StatusCodes.ClientError status, java.lang.String detail)
-
-
-
Field Detail
-
MODULE$
public static final IllegalRequestException$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public IllegalRequestException apply(StatusCodes.ClientError status)
-
apply
public IllegalRequestException apply(StatusCodes.ClientError status, ErrorInfo info)
-
apply
public IllegalRequestException apply(StatusCodes.ClientError status, java.lang.String detail)
-
-