kerberos.exceptions
Class TicketNochNichtGueltigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bykerberos.exceptions.KerberosException
              extended bykerberos.exceptions.TicketUngueltigException
                  extended bykerberos.exceptions.TicketNochNichtGueltigException
All Implemented Interfaces:
java.io.Serializable

public class TicketNochNichtGueltigException
extends TicketUngueltigException

Diese Exception wird geworfen, wenn ein Ticket zur Zeit nicht gültig ist, in Zukunft aber mal gültig wird

Author:
Stephan Koops
See Also:
Serialized Form

Constructor Summary
TicketNochNichtGueltigException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TicketNochNichtGueltigException

public TicketNochNichtGueltigException()