Package org.jboss.resteasy.spi
Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.spi.Failure
org.jboss.resteasy.spi.LoggableFailure
org.jboss.resteasy.spi.UnauthorizedException
- All Implemented Interfaces:
Serializable
Deprecated.
Replaced by javax.ws.rs.NotAuthorizedException in jaxrs-api module.
Thrown by RESTEasy when HTTP Unauthorized (401) is encountered
- See Also:
-
NotAuthorizedException
- Serialized Form
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Deprecated.UnauthorizedException
(String s, Throwable throwable) Deprecated.UnauthorizedException
(String s, Throwable throwable, javax.ws.rs.core.Response response) Deprecated.UnauthorizedException
(String s, javax.ws.rs.core.Response response) Deprecated.UnauthorizedException
(Throwable throwable) Deprecated.UnauthorizedException
(Throwable throwable, javax.ws.rs.core.Response response) Deprecated. -
Method Summary
Methods inherited from class org.jboss.resteasy.spi.Failure
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnauthorizedException
public UnauthorizedException()Deprecated. -
UnauthorizedException
Deprecated. -
UnauthorizedException
Deprecated. -
UnauthorizedException
Deprecated. -
UnauthorizedException
Deprecated. -
UnauthorizedException
Deprecated. -
UnauthorizedException
Deprecated.
-