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