Class UnsupportedMediaTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.spi.Failure
org.jboss.resteasy.spi.LoggableFailure
org.jboss.resteasy.spi.UnsupportedMediaTypeException
- All Implemented Interfaces:
Serializable
Deprecated.
Replaced by javax.ws.rs.NotSupportedException in jaxrs-api module.
Thrown by RESTEasy when HTTP Unsupported Media Type (415) is encountered
JAX-RS now has this exception
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.UnsupportedMediaTypeException(String s, Throwable throwable) Deprecated.UnsupportedMediaTypeException(String s, Throwable throwable, javax.ws.rs.core.Response response) Deprecated.UnsupportedMediaTypeException(String s, javax.ws.rs.core.Response response) Deprecated.UnsupportedMediaTypeException(Throwable throwable) Deprecated.UnsupportedMediaTypeException(Throwable throwable, javax.ws.rs.core.Response response) Deprecated. -
Method Summary
Methods inherited from class Failure
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedMediaTypeException
Deprecated. -
UnsupportedMediaTypeException
Deprecated. -
UnsupportedMediaTypeException
-
UnsupportedMediaTypeException
-
UnsupportedMediaTypeException
Deprecated. -
UnsupportedMediaTypeException
Deprecated.
-