Class MethodNotAllowedException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class MethodNotAllowedException
    extends LoggableFailure
    Deprecated.
    Replaced by javax.ws.rs.NotAllowedException in jaxrs-api module.
    Thrown by RESTEasy when HTTP Method Not Allowed (405) is encountered JAX-RS now has this exception
    See Also:
    NotAllowedException, Serialized Form
    • Constructor Detail

      • MethodNotAllowedException

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

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

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

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

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

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