com.sap.scheduler.runtime

Class JobIllegalStateException

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

public class JobIllegalStateException
extends SchedulerException

This exception is thrown when an oparation on a job fails because it is in the wrong state. As an example a cancel request on a job will fail with this exception when when the job is already COMPLETED.

See Also:
Serialized Form

Constructor Summary
JobIllegalStateException()
          Constructs a new JobIllegalStateException object with no arguments.
JobIllegalStateException(String msg)
          Constructs a new JobIllegalStateException object with no arguments.
 
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

JobIllegalStateException

public JobIllegalStateException()
Constructs a new JobIllegalStateException object with no arguments.


JobIllegalStateException

public JobIllegalStateException(String msg)
Constructs a new JobIllegalStateException object with no arguments.

Parameters:
msg - message string
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