public class InvalidSubscriberOrclctxException extends UtilException
This exception will be thrown when an invalid oracle context within the subscriber is encountered.
e, hasLDAPErrorCode, hasPasswordPolicyError, isNamingException, ldapErrorCode, ne, passwordPolicyErrorCode| Constructor and Description |
|---|
InvalidSubscriberOrclctxException()
Constructs a
InvalidSubscriberOrclctxException with no detail message. |
InvalidSubscriberOrclctxException(java.lang.String s)
Constructs a
InvalidSubscriberOrclctxException with the specified detail message. |
getLDAPErrorCode, getLDAPErrorCode, getPasswordPolicyErrorCode, hasLDAPErrorCode, hasPasswordPolicyError, isNamingException, returnNamingExceptionpublic InvalidSubscriberOrclctxException()
InvalidSubscriberOrclctxException with no detail message.public InvalidSubscriberOrclctxException(java.lang.String s)
InvalidSubscriberOrclctxException with the specified detail message.s - the detail message.