Class NotAcceptableException

All Implemented Interfaces:
Serializable

@Deprecated public class NotAcceptableException extends LoggableFailure
Deprecated.
Replaced by javax.ws.rs.NotAcceptableException in jaxrs-api module.
Thrown by RESTEasy when HTTP Not Acceptable (406) is encountered JAX-RS now has this exception
See Also:
  • Constructor Details

    • NotAcceptableException

      public NotAcceptableException(String s)
      Deprecated.
    • NotAcceptableException

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

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

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

      public NotAcceptableException(Throwable throwable)
      Deprecated.
    • NotAcceptableException

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