Class AuthenticationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.ProcessingException
javax.ws.rs.client.ResponseProcessingException
com.peterphi.std.guice.restclient.exception.RestException
com.peterphi.usermanager.guice.authentication.AuthenticationFailureException
- All Implemented Interfaces:
Serializable
Thrown to indicate that an operation was refused because the user did not have the necessary role
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.peterphi.std.guice.restclient.exception.RestException
getErrorCode, getFailure, getHttpCode, getResponseContext, isCausedByRemote, setErrorCode, setHttpCode, setResponseContext
Methods inherited from class javax.ws.rs.client.ResponseProcessingException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationFailureException
-