org.jasig.cas.client.validation
Class InvalidProxyChainTicketValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jasig.cas.client.validation.TicketValidationException
              extended by org.jasig.cas.client.validation.InvalidProxyChainTicketValidationException
All Implemented Interfaces:
java.io.Serializable

public final class InvalidProxyChainTicketValidationException
extends TicketValidationException

Exception denotes that an invalid proxy chain was sent from the CAS server to the local application.

Since:
3.1
Version:
$Revision$ $Date$
Author:
Scott Battaglia
See Also:
Serialized Form

Constructor Summary
InvalidProxyChainTicketValidationException(java.lang.String string)
          Constructs an exception with the supplied message.
InvalidProxyChainTicketValidationException(java.lang.String string, java.lang.Throwable throwable)
          Constructs an exception with the supplied message and chained throwable.
InvalidProxyChainTicketValidationException(java.lang.Throwable throwable)
          Constructs an exception with the chained throwable.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

InvalidProxyChainTicketValidationException

public InvalidProxyChainTicketValidationException(java.lang.String string)
Constructs an exception with the supplied message.

Parameters:
string - the supplied message.

InvalidProxyChainTicketValidationException

public InvalidProxyChainTicketValidationException(java.lang.String string,
                                                  java.lang.Throwable throwable)
Constructs an exception with the supplied message and chained throwable.

Parameters:
string - the message.
throwable - the root exception.

InvalidProxyChainTicketValidationException

public InvalidProxyChainTicketValidationException(java.lang.Throwable throwable)
Constructs an exception with the chained throwable.

Parameters:
throwable - the root exception.


Copyright © 2006-2009 JA-SIG. All Rights Reserved.