com.sap.scheduler.runtime

Class NoSuchJobDefinitionException

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.NoSuchJobDefinitionException
All Implemented Interfaces:
Serializable

public class NoSuchJobDefinitionException
extends SchedulerException

This exception is thrown by various methods in case the specified job definition does not exist.

See Also:
Serialized Form

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

NoSuchJobDefinitionException

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


NoSuchJobDefinitionException

public NoSuchJobDefinitionException(String msg)
Constructs a new NoSuchJobDefinitionException object with a message string.

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