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