IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.scheduler
Class SchedulerNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.scheduler.SchedulerException
              extended by com.ibm.websphere.scheduler.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 Summary
SchedulerNotAvailableException()
           
SchedulerNotAvailableException(java.lang.String s)
           
SchedulerNotAvailableException(java.lang.String s, java.lang.Throwable t)
           
SchedulerNotAvailableException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class com.ibm.websphere.scheduler.SchedulerException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 7