org.apache.directory.server.kerberos.shared.messages.components
Class InvalidTicketException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.server.kerberos.shared.exceptions.KerberosException
              extended by org.apache.directory.server.kerberos.shared.messages.components.InvalidTicketException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTicketException
extends KerberosException

A exception used when there was an error while creating a Ticket

Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
InvalidTicketException(ErrorType errorType)
           
InvalidTicketException(ErrorType errorType, java.lang.String explanation)
           
 
Method Summary
 
Methods inherited from class org.apache.directory.server.kerberos.shared.exceptions.KerberosException
getErrorCode, getExplanatoryData
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidTicketException

public InvalidTicketException(ErrorType errorType)

InvalidTicketException

public InvalidTicketException(ErrorType errorType,
                              java.lang.String explanation)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.