@Deprecated public class MethodNotAllowedException extends LoggableFailure
jaxrs-api
,
NotAllowedException
,
Serialized FormConstructor and Description |
---|
MethodNotAllowedException(String s)
Deprecated.
|
MethodNotAllowedException(String s,
javax.ws.rs.core.Response response)
Deprecated.
|
MethodNotAllowedException(String s,
Throwable throwable)
Deprecated.
|
MethodNotAllowedException(String s,
Throwable throwable,
javax.ws.rs.core.Response response)
Deprecated.
|
MethodNotAllowedException(Throwable throwable)
Deprecated.
|
MethodNotAllowedException(Throwable throwable,
javax.ws.rs.core.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, javax.ws.rs.core.Response response)
public MethodNotAllowedException(String s, Throwable throwable, javax.ws.rs.core.Response response)
public MethodNotAllowedException(String s, Throwable throwable)
public MethodNotAllowedException(Throwable throwable)
public MethodNotAllowedException(Throwable throwable, javax.ws.rs.core.Response response)
Copyright © 2016 JBoss by Red Hat. All rights reserved.