Class Unmarshaller.UnsupportedContentTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Unmarshaller.UnsupportedContentTypeException
- Enclosing class:
- Unmarshaller<A,
B>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedContentTypeException
(Optional<ContentType> contentType, scala.collection.immutable.Seq<ContentTypeRange> supported) UnsupportedContentTypeException
(Set<ContentTypeRange> supported) UnsupportedContentTypeException
(Set<ContentTypeRange> _supported, Optional<ContentType> _actualContentType) UnsupportedContentTypeException
(scala.collection.immutable.Seq<ContentTypeRange> supported) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedContentTypeException
public UnsupportedContentTypeException(Set<ContentTypeRange> _supported, Optional<ContentType> _actualContentType) -
UnsupportedContentTypeException
-
UnsupportedContentTypeException
-
UnsupportedContentTypeException
public UnsupportedContentTypeException(Optional<ContentType> contentType, scala.collection.immutable.Seq<ContentTypeRange> supported)
-
-
Method Details