@Deprecated public class MethodNotAllowedException extends LoggableFailure
(https://jcp.org/en/jsr/detail?id=339),
NotAllowedException,
Serialized Form| Constructor and Description |
|---|
MethodNotAllowedException(java.lang.String s)
Deprecated.
|
MethodNotAllowedException(java.lang.String s,
javax.ws.rs.core.Response response)
Deprecated.
|
MethodNotAllowedException(java.lang.String s,
java.lang.Throwable throwable)
Deprecated.
|
MethodNotAllowedException(java.lang.String s,
java.lang.Throwable throwable,
javax.ws.rs.core.Response response)
Deprecated.
|
MethodNotAllowedException(java.lang.Throwable throwable)
Deprecated.
|
MethodNotAllowedException(java.lang.Throwable throwable,
javax.ws.rs.core.Response response)
Deprecated.
|
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponsepublic MethodNotAllowedException(java.lang.String s)
public MethodNotAllowedException(java.lang.String s,
javax.ws.rs.core.Response response)
public MethodNotAllowedException(java.lang.String s,
java.lang.Throwable throwable,
javax.ws.rs.core.Response response)
public MethodNotAllowedException(java.lang.String s,
java.lang.Throwable throwable)
public MethodNotAllowedException(java.lang.Throwable throwable)
public MethodNotAllowedException(java.lang.Throwable throwable,
javax.ws.rs.core.Response response)