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