@Deprecated public class MethodNotAllowedException extends LoggableFailure
jaxrs-api,
NotAllowedException,
Serialized Form| Constructor 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, setResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.