Class ScheduledJobException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.technia.tif.enovia.scheduling.ScheduledJobException
- All Implemented Interfaces:
Serializable
This exception may be thrown from an execution of a scheduled job.
- Since:
- 4 nov 2013
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScheduledJobException(String message) ScheduledJobException(String message, Throwable cause) ScheduledJobException(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
-
ScheduledJobException
public ScheduledJobException() -
ScheduledJobException
-
ScheduledJobException
-
ScheduledJobException
-