|
Oracle Internet Directory API Reference 10g(9.0.4) B10423-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--oracle.ldap.util.UtilException
This is the superclass of all exceptions defined in oracle.ldap.util package
Method Summary | |
int |
getLDAPErrorCode() Returns the LDAP error code from the exception if it is available |
int |
getPasswordPolicyErrorCode() Returns the password policy error code from the exception if it is available |
boolean |
hasLDAPErrorCode() Returns true if the error string contains an LDAP error code. |
boolean |
hasPasswordPolicyError() Returns true if the LDAP error code indictates a password policy error. |
boolean |
isNamingException() Determines if the exception stored is a NamingException. |
javax.naming.NamingException |
returnNamingException() |
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 |
Method Detail |
public javax.naming.NamingException returnNamingException()
public boolean isNamingException()
public boolean hasPasswordPolicyError()
UtilException
is not a NamingException or if it is unable to retrieve the LDAP error code from the error string, -1 is returned.public boolean hasLDAPErrorCode()
UtilException
is not a NamingException or if it is unable to retrieve the LDAP error code from the error string, -1 is returned.public int getLDAPErrorCode()
public int getPasswordPolicyErrorCode()
|
Oracle Internet Directory API Reference 10g(9.0.4) B10423-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |