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