Package org.codelibs.fess.exception
Class ScheduledJobException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelibs.fess.exception.FessSystemException
org.codelibs.fess.exception.ScheduledJobException
- All Implemented Interfaces:
Serializable
This exception is thrown when a scheduled job fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScheduledJobException(String message) Constructor.ScheduledJobException(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScheduledJobException
Constructor.- Parameters:
message- Exception message.cause- Root cause for this exception.
-
ScheduledJobException
Constructor.- Parameters:
message- Exception message.
-