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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchedulerNotFoundException()SchedulerNotFoundException(String message)SchedulerNotFoundException(String message, Throwable cause)SchedulerNotFoundException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-