org.jasig.cas.ticket
Class TicketCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jasig.cas.ticket.TicketException
              extended by org.jasig.cas.ticket.TicketCreationException
All Implemented Interfaces:
Serializable

public class TicketCreationException
extends TicketException

Exception thrown if there is an error creating a ticket.

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

Constructor Summary
TicketCreationException()
          Constructs a TicketCreationException with the default exception code.
TicketCreationException(Throwable throwable)
          Constructs a TicketCreationException with the default exception code and the original exception that was thrown.
 
Method Summary
 
Methods inherited from class org.jasig.cas.ticket.TicketException
getCode
 
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

TicketCreationException

public TicketCreationException()
Constructs a TicketCreationException with the default exception code.


TicketCreationException

public TicketCreationException(Throwable throwable)
Constructs a TicketCreationException with the default exception code and the original exception that was thrown.

Parameters:
throwable - the chained exception


Copyright © 2004-2012 Jasig. All Rights Reserved.