Class AbstractTicketException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    InvalidTicketException

    public abstract class AbstractTicketException
    extends org.apereo.cas.authentication.RootCasException
    Generic ticket exception. Top of the AbstractTicketException hierarchy.
    Since:
    4.2.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractTicketException​(java.lang.String code)  
      protected AbstractTicketException​(java.lang.String code, java.lang.String msg, java.util.List<java.lang.Object> args)  
      protected AbstractTicketException​(java.lang.String code, java.lang.Throwable throwable)  
      protected AbstractTicketException​(java.lang.String code, java.lang.Throwable throwable, java.util.List<java.lang.Object> args)  
    • Method Summary

      • Methods inherited from class org.apereo.cas.authentication.RootCasException

        getArgs, getCode, withCode
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • AbstractTicketException

        protected AbstractTicketException​(java.lang.String code,
                                          java.lang.Throwable throwable)
      • AbstractTicketException

        protected AbstractTicketException​(java.lang.String code)
      • AbstractTicketException

        protected AbstractTicketException​(java.lang.String code,
                                          java.lang.String msg,
                                          java.util.List<java.lang.Object> args)
      • AbstractTicketException

        protected AbstractTicketException​(java.lang.String code,
                                          java.lang.Throwable throwable,
                                          java.util.List<java.lang.Object> args)