public class NoSuchUserException extends UtilException
| Constructor and Description |
|---|
NoSuchUserException()
Constructs a
NoSuchUserException with no detail
message. |
NoSuchUserException(java.lang.String s)
Constructs a
NoSuchUserException with the
specified detail message. |
NoSuchUserException(java.lang.String s,
java.lang.Exception e) |
getLDAPErrorCode, getLDAPErrorCode, getPasswordPolicyErrorCode, hasLDAPErrorCode, hasPasswordPolicyError, isNamingException, returnNamingExceptionpublic NoSuchUserException()
NoSuchUserException with no detail
message.public NoSuchUserException(java.lang.String s)
NoSuchUserException with the
specified detail message.s - the detail message.public NoSuchUserException(java.lang.String s,
java.lang.Exception e)