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