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,FessEsClientException,FessUserNotFoundException,GsaConfigException,InvalidAccessTokenException,InvalidQueryException,JobNotFoundException,JobProcessingException,LdapConfigurationException,LdapOperationException,PluginException,ResultOffsetExceededException,ScheduledJobException,SearchQueryException,SsoLoginException,StorageException,ThemeException,ThumbnailGenerationException,UnsupportedSearchException,WebApiException
public class FessSystemException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description FessSystemException(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
-
-