org.jasig.cas.client.validation
Class TicketValidationException

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

public class TicketValidationException
extends java.lang.Exception

Generic exception to be thrown when ticket validation fails.

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

Constructor Summary
TicketValidationException(java.lang.String string)
          Constructs an exception with the supplied message.
TicketValidationException(java.lang.String string, java.lang.Throwable throwable)
          Constructs an exception with the supplied message and chained throwable.
TicketValidationException(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

TicketValidationException

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

Parameters:
string - the message

TicketValidationException

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

Parameters:
string - the message
throwable - the original exception

TicketValidationException

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

Parameters:
throwable - the original exception.


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