public abstract class AbstractTicketException extends RootCasException
Constructor and Description |
---|
AbstractTicketException(java.lang.String code)
Instantiates a new ticket exception.
|
AbstractTicketException(java.lang.String code,
java.lang.String msg)
Instantiates a new ticket exception.
|
AbstractTicketException(java.lang.String code,
java.lang.Throwable throwable)
Instantiates a new ticket exception.
|
getCode
public AbstractTicketException(java.lang.String code, java.lang.Throwable throwable)
code
- the codethrowable
- the throwablepublic AbstractTicketException(java.lang.String code)
code
- the codepublic AbstractTicketException(java.lang.String code, java.lang.String msg)
code
- the codemsg
- the msg