org.apache.kerberos.keytab
Class KeytabException

java.lang.Object
  extended by KerberosException
      extended by org.apache.kerberos.keytab.KeytabException

public class KeytabException
extends KerberosException


Field Summary
static KeytabException FILE_CORRUPT
           
static KeytabException FILE_ENTRY_NOT_FOUND
           
static KeytabException FILE_NOT_FOUND
           
static KeytabException FILE_VERSION_UNSUPPORTED
           
 
Constructor Summary
protected KeytabException(int ordinal, java.lang.String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_NOT_FOUND

public static final KeytabException FILE_NOT_FOUND

FILE_CORRUPT

public static final KeytabException FILE_CORRUPT

FILE_VERSION_UNSUPPORTED

public static final KeytabException FILE_VERSION_UNSUPPORTED

FILE_ENTRY_NOT_FOUND

public static final KeytabException FILE_ENTRY_NOT_FOUND
Constructor Detail

KeytabException

protected KeytabException(int ordinal,
                          java.lang.String s)