com.sap.scheduler.api

Class TaskValidationException

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

public class TaskValidationException
extends SchedulerException

A TaskValidationException is thrown on a problem with the task provided.

See Also:
Serialized Form

Constructor Summary
TaskValidationException()
           
TaskValidationException(String message)
           
TaskValidationException(String message, Throwable cause)
           
TaskValidationException(Throwable cause)
           
 
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

TaskValidationException

public TaskValidationException()

TaskValidationException

public TaskValidationException(String message)
Parameters:
message -

TaskValidationException

public TaskValidationException(String message,
                               Throwable cause)
Parameters:
message -
cause -

TaskValidationException

public TaskValidationException(Throwable cause)
Parameters:
cause -


Copyright 2009 SAP AG Complete Copyright Notice