An exception that is thrown to indicate that there has been a critical
failure within the scheduler's core services (such as loss of database
connectivity).
Create a CriticalSchedulerException with the given message.
Constructor Detail
CriticalSchedulerException
public CriticalSchedulerException(String msg, int errCode)(Code)
Create a CriticalSchedulerException with the given message.
Fields inherited from org.quartz.SchedulerException
final public static int ERR_BAD_CONFIGURATION(Code)(Java Doc) final public static int ERR_CLIENT_ERROR(Code)(Java Doc) final public static int ERR_COMMUNICATION_FAILURE(Code)(Java Doc) final public static int ERR_JOB_EXECUTION_THREW_EXCEPTION(Code)(Java Doc) final public static int ERR_JOB_LISTENER(Code)(Java Doc) final public static int ERR_JOB_LISTENER_NOT_FOUND(Code)(Java Doc) final public static int ERR_PERSISTENCE(Code)(Java Doc) final public static int ERR_PERSISTENCE_CALENDAR_DOES_NOT_EXIST(Code)(Java Doc) final public static int ERR_PERSISTENCE_CRITICAL_FAILURE(Code)(Java Doc) final public static int ERR_PERSISTENCE_JOB_DOES_NOT_EXIST(Code)(Java Doc) final public static int ERR_PERSISTENCE_TRIGGER_DOES_NOT_EXIST(Code)(Java Doc) final public static int ERR_THREAD_POOL(Code)(Java Doc) final public static int ERR_THREAD_POOL_CRITICAL_FAILURE(Code)(Java Doc) final public static int ERR_THREAD_POOL_EXHAUSTED(Code)(Java Doc) final public static int ERR_TIME_BROKER_FAILURE(Code)(Java Doc) final public static int ERR_TRIGGER_LISTENER(Code)(Java Doc) final public static int ERR_TRIGGER_LISTENER_NOT_FOUND(Code)(Java Doc) final public static int ERR_TRIGGER_THREW_EXCEPTION(Code)(Java Doc) final public static int ERR_UNSPECIFIED(Code)(Java Doc) final public static int ERR_UNSUPPORTED_FUNCTION_IN_THIS_CONFIGURATION(Code)(Java Doc)
Methods inherited from org.quartz.SchedulerException