Class MethodNotAllowedException

All Implemented Interfaces:
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:
  • Constructor Details

    • MethodNotAllowedException

      public MethodNotAllowedException(String s)
      Deprecated.
    • MethodNotAllowedException

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

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

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

      public MethodNotAllowedException(Throwable throwable)
      Deprecated.
    • MethodNotAllowedException

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