java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.http.media.UnsupportedTypeException
- All Implemented Interfaces:
Serializable
The type that a reader or writer was requested for is not supported by a
MediaContext
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedTypeException
(String message) Create a new exception with a descriptive message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedTypeException
Create a new exception with a descriptive message.- Parameters:
message
- that should contain the type that failed to be used
-