com.sap.scheduler.runtime
Class SchedulerRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
This class can be accessed from:
|
SC
|
DC
|
[sap.com] ENGFACADE
|
[sap.com] tc/je/scheduler/api
|
Copyright 2010 SAP AG Complete Copyright Notice