Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.lang.ShiroException
org.apache.shiro.authc.AuthenticationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccountException, CredentialsException, ShortCircuitIterationException, UnsupportedTokenException

public class AuthenticationException extends org.apache.shiro.lang.ShiroException
General exception thrown due to an error during the Authentication process.
Since:
0.1
See Also:
  • Constructor Details

    • AuthenticationException

      Creates a new AuthenticationException.
    • AuthenticationException

      Constructs a new AuthenticationException.
      Parameters:
      message - the reason for the exception
    • AuthenticationException

      Constructs a new AuthenticationException.
      Parameters:
      cause - the underlying Throwable that caused this exception to be thrown.
    • AuthenticationException

      public AuthenticationException(String message, Throwable cause)
      Constructs a new AuthenticationException.
      Parameters:
      message - the reason for the exception
      cause - the underlying Throwable that caused this exception to be thrown.