public class SchedulerNotAvailableException extends SchedulerException
The scheduler cannot connect to the configured database and is therefore offline for the moment. Applications should gracefully handle this exception by either informing the client that there is a problem or retrying the operation periodically until the database is available again. This should only happen when the database is offline.
Constructor and Description |
---|
SchedulerNotAvailableException() |
SchedulerNotAvailableException(java.lang.String s) |
SchedulerNotAvailableException(java.lang.String s,
java.lang.Throwable t) |
SchedulerNotAvailableException(java.lang.Throwable t) |
getCause
public SchedulerNotAvailableException()
public SchedulerNotAvailableException(java.lang.String s)
public SchedulerNotAvailableException(java.lang.Throwable t)
public SchedulerNotAvailableException(java.lang.String s, java.lang.Throwable t)