Class ShortCircuitIterationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.lang.ShiroException
org.apache.shiro.authc.AuthenticationException
org.apache.shiro.authc.pam.ShortCircuitIterationException
All Implemented Interfaces:
Serializable

Exception thrown during the authentication process using FirstSuccessfulStrategy, with stopAfterFirstSuccess set. This is a signal to short circuit the authentication from proceeding with subsequent Realms after a first successful authentication.
Since:
1.4.1
See Also:
  • Constructor Details

    • ShortCircuitIterationException

      Creates a new ShortCircuitIterationException.
    • ShortCircuitIterationException

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

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

      Constructs a new ShortCircuitIterationException.
      Parameters:
      message - the reason for the exception
      cause - the underlying Throwable that caused this exception to be thrown.