@Deprecated public class MethodNotAllowedException extends LoggableFailure
(https://jcp.org/en/jsr/detail?id=339)
,
NotAllowedException
,
Serialized FormConstructor and Description |
---|
MethodNotAllowedException(String s)
Deprecated.
|
MethodNotAllowedException(String s,
Response response)
Deprecated.
|
MethodNotAllowedException(String s,
Throwable throwable)
Deprecated.
|
MethodNotAllowedException(String s,
Throwable throwable,
Response response)
Deprecated.
|
MethodNotAllowedException(Throwable throwable)
Deprecated.
|
MethodNotAllowedException(Throwable throwable,
Response response)
Deprecated.
|
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MethodNotAllowedException(String s)
public MethodNotAllowedException(String s, Throwable throwable, Response response)
public MethodNotAllowedException(String s, Throwable throwable)
public MethodNotAllowedException(Throwable throwable)
Copyright © 2017 JBoss by Red Hat. All rights reserved.