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