Class UnsupportedMediaTypeException

All Implemented Interfaces:
Serializable

@Deprecated public class UnsupportedMediaTypeException extends LoggableFailure
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:
  • Constructor Details

    • UnsupportedMediaTypeException

      public UnsupportedMediaTypeException(String s)
      Deprecated.
    • UnsupportedMediaTypeException

      public UnsupportedMediaTypeException(String s, javax.ws.rs.core.Response response)
      Deprecated.
    • UnsupportedMediaTypeException

      public UnsupportedMediaTypeException(String s, Throwable throwable, javax.ws.rs.core.Response response)
      Deprecated.
    • UnsupportedMediaTypeException

      public UnsupportedMediaTypeException(String s, Throwable throwable)
      Deprecated.
    • UnsupportedMediaTypeException

      public UnsupportedMediaTypeException(Throwable throwable)
      Deprecated.
    • UnsupportedMediaTypeException

      public UnsupportedMediaTypeException(Throwable throwable, javax.ws.rs.core.Response response)
      Deprecated.