sun.security.mule.krb5
Class KrbException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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)
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.