Class UnsatisfiedAuthenticationPolicyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsatisfiedAuthenticationPolicyException
    extends org.apereo.cas.ticket.AbstractTicketException
    Error condition arising at ticket creation or validation time when a ticketing operation relying on authentication cannot proceed due to unsatisfied authentication security policy.
    Since:
    4.0.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnsatisfiedAuthenticationPolicyException​(@NonNull org.apereo.cas.authentication.ContextualAuthenticationPolicy<?> policy)
      Creates a new instance with no cause.
    • Method Summary

      • Methods inherited from class org.apereo.cas.authentication.RootCasException

        getArgs, getCode
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnsatisfiedAuthenticationPolicyException

        public UnsatisfiedAuthenticationPolicyException​(@NonNull
                                                        @NonNull org.apereo.cas.authentication.ContextualAuthenticationPolicy<?> policy)
        Creates a new instance with no cause.
        Parameters:
        policy - Non-null unfulfilled security policy that caused exception.