org.jasig.cas.authentication.handler
Class UnsupportedCredentialsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jasig.cas.authentication.handler.AuthenticationException
org.jasig.cas.authentication.handler.UnsupportedCredentialsException
- All Implemented Interfaces:
- Serializable
public final class UnsupportedCredentialsException
- extends AuthenticationException
The exception thrown when a Handler does not know how to determine the
validity of the credentials based on the fact that it does not know what to
do with the credentials presented.
- Since:
- 3.0
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia
- See Also:
- Serialized Form
ERROR
public static final UnsupportedCredentialsException ERROR
- Static instance of UnsupportedCredentialsException.
UnsupportedCredentialsException
public UnsupportedCredentialsException()
- Default constructor that does not allow the chaining of exceptions and
uses the default code as the error code for this exception.
UnsupportedCredentialsException
public UnsupportedCredentialsException(Throwable throwable)
- Constructor that allows for the chaining of exceptions. Defaults to the
default code provided for this exception.
- Parameters:
throwable - the chained exception.
Copyright © 2004-2013 Jasig. All Rights Reserved.