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

public class AuthenticationFailureException extends RestException
Thrown to indicate that an operation was refused because the user did not have the necessary role
See Also:
  • Constructor Details

    • AuthenticationFailureException

      public AuthenticationFailureException(String msg)