Package com.levigo.jadice.server
Class JobException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.levigo.jadice.server.JobException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationException
,ConnectionException
,JobExecutionException
,JobTimeout
public class JobException extends Exception
This class forms the base of the job-related exception hierarchy.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobException()
JobException(String message)
JobException(String message, Throwable cause)
JobException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-