Package org.apereo.cas.ticket
Class UnsatisfiedAuthenticationPolicyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apereo.cas.authentication.RootCasException
-
- org.apereo.cas.ticket.AbstractTicketException
-
- org.apereo.cas.ticket.UnsatisfiedAuthenticationPolicyException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsatisfiedAuthenticationPolicyException extends org.apereo.cas.ticket.AbstractTicketExceptionError 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(org.apereo.cas.authentication.ContextualAuthenticationPolicy<?> policy)Creates a new instance with no cause.
-
-
-
Constructor Detail
-
UnsatisfiedAuthenticationPolicyException
public UnsatisfiedAuthenticationPolicyException(@NonNull org.apereo.cas.authentication.ContextualAuthenticationPolicy<?> policy)Creates a new instance with no cause.- Parameters:
policy- Non-null unfulfilled security policy that caused exception.
-
-