com.sap.scheduler.runtime

Class SchedulerRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sap.scheduler.runtime.SchedulerRuntimeException
All Implemented Interfaces:
Serializable

public class SchedulerRuntimeException
extends RuntimeException

A SchedulerRuntimeException can be thrown by the scheduler in case there is a problem to fulfill the request.

In most cases this error is thrown due to a database failure. In this case the result of the job will most likely be void. Catch this exception in case you need any special handling in this kind of error situation, otherwise the scheduler runtime will report this exeption.

See Also:
Serialized Form

Constructor Summary
SchedulerRuntimeException(String message)
           
SchedulerRuntimeException(String message, Throwable cause)
          Create a SchedulerRuntimeException with a message, cause and code.
 
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

SchedulerRuntimeException

public SchedulerRuntimeException(String message)

SchedulerRuntimeException

public SchedulerRuntimeException(String message,
                                 Throwable cause)
Create a SchedulerRuntimeException with a message, cause and code.

Parameters:
message - exception error message.
cause - cause of the 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