Package akka.http.scaladsl.unmarshalling
Class Unmarshaller.NoContentException$
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.http.scaladsl.unmarshalling.Unmarshaller.NoContentException$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
,scala.util.control.NoStackTrace
- Enclosing interface:
- Unmarshaller<A,B>
public static class Unmarshaller.NoContentException$ extends java.lang.RuntimeException implements scala.util.control.NoStackTrace, scala.Product, java.io.Serializable
Signals that unmarshalling failed because the entity was unexpectedly empty.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Unmarshaller.NoContentException$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description NoContentException$()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
MODULE$
public static final Unmarshaller.NoContentException$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-