com.ibm.websphere.scheduler

Class SchedulerNotAvailableException

  • All Implemented Interfaces:
    java.io.Serializable


    public class SchedulerNotAvailableException
    extends SchedulerException
    The persistent store is unavailable.

    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.

    Since:
    5.0
    Version:
    5.0
    See Also:
    Serialized Form
    • Constructor Detail

      • SchedulerNotAvailableException

        public SchedulerNotAvailableException()
      • SchedulerNotAvailableException

        public SchedulerNotAvailableException(java.lang.String s)
      • SchedulerNotAvailableException

        public SchedulerNotAvailableException(java.lang.Throwable t)
      • SchedulerNotAvailableException

        public SchedulerNotAvailableException(java.lang.String s,
                                      java.lang.Throwable t)
IBM WebSphere Application ServerTM
Release 8.5