org.jasig.cas.ticket
Class TicketCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jasig.cas.ticket.TicketException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.