com.sap.scheduler.runtime

Class SchedulerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.scheduler.runtime.SchedulerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JobIllegalStateException, NoSuchJobDefinitionException, NoSuchJobException, ParameterValidationException, TaskDoesNotExistException, TaskNotCancelableException, TaskValidationException, TooManyFireEventsException

public abstract class SchedulerException
extends Exception

Base class for all checked exceptions thrown by the NetWeaver Scheduler for Java.

See Also:
Serialized Form

Constructor Summary
SchedulerException()
          Constructs a new SchedulerException with no message.
SchedulerException(String message)
          Constructs a new SchedulerException with a message string.
SchedulerException(String message, Throwable throwable)
          Constructs a new SchedulerException with a message and a throwable.
SchedulerException(Throwable throwable)
          Constructs a new SchedulerException with a throwable.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

SchedulerException

public SchedulerException()
Constructs a new SchedulerException with no message.


SchedulerException

public SchedulerException(String message)
Constructs a new SchedulerException with a message string.

Parameters:
message - message string.

SchedulerException

public SchedulerException(String message,
                          Throwable throwable)
Constructs a new SchedulerException with a message and a throwable.

Parameters:
message - message string
throwable - a thowable which has caused this exception

SchedulerException

public SchedulerException(Throwable throwable)
Constructs a new SchedulerException with a throwable.

Parameters:
throwable - a thowable which has caused this exception
Access Rights

This class can be accessed from:


SC DC
[sap.com] ENGFACADE [sap.com] tc/je/scheduler/api


Copyright 2010 SAP AG Complete Copyright Notice