Class Unmarshaller.NoContentException$

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
akka.http.scaladsl.unmarshalling.Unmarshaller.NoContentException$
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.util.control.NoStackTrace
Enclosing interface:
Unmarshaller<A,B>

public static class Unmarshaller.NoContentException$ extends RuntimeException implements scala.util.control.NoStackTrace, scala.Product, Serializable
Signals that unmarshalling failed because the entity was unexpectedly empty.
See Also:
  • Field Details

  • Constructor Details

    • NoContentException$

      public NoContentException$()