public class GeneralErrorException extends UtilException
Constructor and Description |
---|
GeneralErrorException()
Constructs a
GeneralErrorException with no detail
message. |
GeneralErrorException(java.lang.String s)
Constructs a
GeneralErrorException with the
specified detail message. |
GeneralErrorException(java.lang.String s,
java.lang.Exception e)
Constructs a
GeneralErrorException with the
specified detail message including the String description
of the input exception |
getLDAPErrorCode, getLDAPErrorCode, getPasswordPolicyErrorCode, hasLDAPErrorCode, hasPasswordPolicyError, isNamingException, returnNamingException
public GeneralErrorException()
GeneralErrorException
with no detail
message.public GeneralErrorException(java.lang.String s)
GeneralErrorException
with the
specified detail message.s
- the detail message.public GeneralErrorException(java.lang.String s, java.lang.Exception e)
GeneralErrorException
with the
specified detail message including the String description
of the input exceptions
- the detail message.e
- the input exception.