Class SchedulerNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.quartz.SchedulerException
org.gcube.vremanagement.executor.exception.SchedulerNotFoundException
- All Implemented Interfaces:
Serializable
public class SchedulerNotFoundException
extends org.quartz.SchedulerException
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchedulerNotFoundException(String message) SchedulerNotFoundException(String message, Throwable cause) SchedulerNotFoundException(Throwable throwable) -
Method Summary
Methods inherited from class org.quartz.SchedulerException
getUnderlyingException, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SchedulerNotFoundException
public SchedulerNotFoundException() -
SchedulerNotFoundException
-
SchedulerNotFoundException
-
SchedulerNotFoundException
-