Package de.uni_kiel.rz.fdr.repl.error
Class JobException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uni_kiel.rz.fdr.repl.error.JobException
- All Implemented Interfaces:
Serializable
Thrown when a job-related function could not be performed, e.g. because the job was in the wrong state.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobException
(String message) Create a new instance of the exceptionJobException
(String message, Throwable cause) Create a new instance of the exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobException
Create a new instance of the exception- Parameters:
message
- The message.
-
JobException
Create a new instance of the exception- Parameters:
message
- The message.cause
- The cause.
-