Package org.codelibs.fess.exception
Class LdapOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelibs.fess.exception.FessSystemException
org.codelibs.fess.exception.LdapOperationException
- All Implemented Interfaces:
Serializable
An exception thrown when an LDAP operation fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLdapOperationException(String message) Constructs a new LDAP operation exception with the specified detail message.LdapOperationException(String message, Throwable cause) Constructs a new LDAP operation exception with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LdapOperationException
Constructs a new LDAP operation exception with the specified detail message and cause.- Parameters:
message- The detail message.cause- The cause.
-
LdapOperationException
Constructs a new LDAP operation exception with the specified detail message.- Parameters:
message- The detail message.
-