org.jasig.cas.authentication.handler
Class UnsupportedCredentialsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jasig.cas.authentication.handler.AuthenticationException
              extended by org.jasig.cas.authentication.handler.UnsupportedCredentialsException
All Implemented Interfaces:
java.io.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: 42053 $ $Date: 2007-06-10 09:17:55 -0400 (Sun, 10 Jun 2007) $
Author:
Scott Battaglia
See Also:
Serialized Form

Field Summary
static UnsupportedCredentialsException ERROR
          Static instance of UnsupportedCredentialsException.
 
Constructor Summary
UnsupportedCredentialsException()
          Default constructor that does not allow the chaining of exceptions and uses the default code as the error code for this exception.
UnsupportedCredentialsException(java.lang.Throwable throwable)
          Constructor that allows for the chaining of exceptions.
 
Method Summary
 
Methods inherited from class org.jasig.cas.authentication.handler.AuthenticationException
getCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERROR

public static final UnsupportedCredentialsException ERROR
Static instance of UnsupportedCredentialsException.

Constructor Detail

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(java.lang.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-2010 Java Architectures Special Interest Group. All Rights Reserved.