|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
krb5.lib.KrbException
public class KrbException
Class Description : Kerberos exception. A modified version of the code obtained from the Open Group Research Institute.
| Constructor Summary | |
|---|---|
KrbException(int i)
Class constructor |
|
KrbException(int i,
java.lang.String s)
Class constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
errorMessage()
Returns the error message |
static java.lang.String |
errorMessage(int i)
Returns error message for the given code |
java.lang.String |
krbErrorMessage()
Returns the error code and the message |
int |
returnCode()
Returns error code |
java.lang.String |
returnCodeMessage()
Returns the error message |
java.lang.String |
returnCodeSymbol()
Returns code symbol |
static java.lang.String |
returnCodeSymbol(int i)
Returns code symbol for a given code |
| 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 |
|---|
public KrbException(int i)
i - int
public KrbException(int i,
java.lang.String s)
i - ints - String| Method Detail |
|---|
public int returnCode()
public java.lang.String returnCodeSymbol()
public static java.lang.String returnCodeSymbol(int i)
i - int
public java.lang.String returnCodeMessage()
public static java.lang.String errorMessage(int i)
i - int
public java.lang.String errorMessage()
public java.lang.String krbErrorMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||