Package akka.http.scaladsl.marshalling
Class Marshal.UnacceptableResponseContentTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.http.scaladsl.marshalling.Marshal.UnacceptableResponseContentTypeException
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product,scala.util.control.NoStackTrace
public static final class Marshal.UnacceptableResponseContentTypeException extends java.lang.RuntimeException implements scala.util.control.NoStackTrace, scala.Product, java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnacceptableResponseContentTypeException(scala.collection.immutable.Set<ContentNegotiator.Alternative> supported)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Set<ContentNegotiator.Alternative>supported()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnacceptableResponseContentTypeException
public UnacceptableResponseContentTypeException(scala.collection.immutable.Set<ContentNegotiator.Alternative> supported)
-
-
Method Detail
-
supported
public scala.collection.immutable.Set<ContentNegotiator.Alternative> supported()
-
-