Package org.codelibs.fess.exception
Class FessSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelibs.fess.exception.FessSystemException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommandExecutionException,ContainerNotAvailableException,ContentNotFoundException,DataStoreException,DictionaryException,FessUserNotFoundException,GsaConfigException,InvalidAccessTokenException,InvalidQueryException,JobNotFoundException,JobProcessingException,LdapConfigurationException,LdapOperationException,PluginException,ResultOffsetExceededException,ScheduledJobException,ScriptEngineException,SearchEngineClientException,SearchQueryException,SsoLoginException,SsoMessageException,SsoProcessException,StorageException,ThemeException,ThumbnailGenerationException,UnsupportedSearchException,WebApiException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionFessSystemException(String message) protectedFessSystemException(String message, boolean enableSuppression, boolean writableStackTrace) FessSystemException(String message, Throwable cause) FessSystemException(Throwable 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
-
FessSystemException
-
FessSystemException
-
FessSystemException
-
FessSystemException
protected FessSystemException(String message, boolean enableSuppression, boolean writableStackTrace)
-