Searched defs:KrbException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbException.java37 public class KrbException extends Exception { class in inherits:Exception
44 public KrbException(String s) { method in class:KrbException
48 public KrbException(int i) { method in class:KrbException
52 public KrbException(int i, String s) { method in class:KrbException
57 public KrbException(KRBError e) { method in class:KrbException
62 public KrbException(KRBError e, String s) { method in class:KrbException
127 return ("KrbException: " + getMessage());
144 if (!(obj instanceof KrbException)) {
148 KrbException other = (KrbException)ob
[all...]

Completed in 38 milliseconds