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