Package org.codelibs.fess.exception
Class PluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelibs.fess.exception.FessSystemException
org.codelibs.fess.exception.PluginException
- All Implemented Interfaces:
Serializable
Exception for plugin-related errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginException(String message) Creates a plugin exception with message.PluginException(String message, Throwable cause) Creates a plugin exception with 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
-
PluginException
Creates a plugin exception with message and cause.- Parameters:
message- the error messagecause- the cause
-
PluginException
Creates a plugin exception with message.- Parameters:
message- the error message
-