Class InvalidTicketException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidTicketException
    extends AbstractTicketException
    AbstractTicketException to alert that a Ticket was not found or that it is expired.
    Since:
    3.0.0
    See Also:
    Serialized Form
    • 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

      • InvalidTicketException

        public InvalidTicketException​(java.lang.String ticketId)
      • InvalidTicketException

        public InvalidTicketException​(java.lang.Throwable throwable,
                                      java.lang.String ticketId)