Class NoStrictlyCompatibleElementMarshallingAvailableException<T>
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.http.scaladsl.marshalling.NoStrictlyCompatibleElementMarshallingAvailableException<T>
- All Implemented Interfaces:
- Serializable
public final class NoStrictlyCompatibleElementMarshallingAvailableException<T>
extends RuntimeException
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionNoStrictlyCompatibleElementMarshallingAvailableException(ContentType streamContentType, scala.collection.immutable.List<Marshalling<?>> availableMarshallings, scala.reflect.ClassTag<T> tag) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NoStrictlyCompatibleElementMarshallingAvailableExceptionpublic NoStrictlyCompatibleElementMarshallingAvailableException(ContentType streamContentType, scala.collection.immutable.List<Marshalling<?>> availableMarshallings, scala.reflect.ClassTag<T> tag) 
 
-