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