sun.security.mule.krb5
Class KrbException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sun.security.mule.krb5.KrbException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Asn1Exception, KdcErrException, KrbApErrException, KrbCryptoException, KrbErrException, RealmException

public class KrbException
extends Exception

See Also:
Serialized Form

Constructor Summary
KrbException(int i)
           
KrbException(int i, String s)
           
KrbException(KRBError e)
           
KrbException(KRBError e, String s)
           
KrbException(String s)
           
 
Method Summary
 boolean equals(Object obj)
           
static String errorMessage(int i)
           
 KRBError getError()
           
 String getMessage()
          Returns messages like: "Integrity check on decrypted field failed (31) - \ Could not decrypt service ticket" If the error code is 0 then the first half is skipped.
 int hashCode()
           
 String krbErrorMessage()
           
 int returnCode()
           
 String returnCodeMessage()
           
 String returnCodeSymbol()
           
static String returnCodeSymbol(int i)
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KrbException

public KrbException(String s)

KrbException

public KrbException(int i)

KrbException

public KrbException(int i,
                    String s)

KrbException

public KrbException(KRBError e)

KrbException

public KrbException(KRBError e,
                    String s)
Method Detail

getError

public KRBError getError()

returnCode

public int returnCode()

returnCodeSymbol

public String returnCodeSymbol()

returnCodeSymbol

public static String returnCodeSymbol(int i)

returnCodeMessage

public String returnCodeMessage()

errorMessage

public static String errorMessage(int i)

krbErrorMessage

public String krbErrorMessage()

getMessage

public String getMessage()
Returns messages like: "Integrity check on decrypted field failed (31) - \ Could not decrypt service ticket" If the error code is 0 then the first half is skipped.

Overrides:
getMessage in class Throwable

toString

public String toString()
Overrides:
toString in class Throwable

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.