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