Class NotAcceptableException

  • All Implemented Interfaces:
    java.io.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:
    NotAcceptableException, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotAcceptableException

        public NotAcceptableException​(java.lang.String s)
        Deprecated.
      • NotAcceptableException

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

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

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

        public NotAcceptableException​(java.lang.Throwable throwable)
        Deprecated.
      • NotAcceptableException

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