com.ibm.jsdt.facade
Class TaskObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.jsdt.facade.TaskObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class TaskObjectNotFoundException
extends java.lang.Exception

Purpose: Exception indicating that the specified task group or task could not be foud.

See Also:
Serialized Form

Constructor Summary
protected TaskObjectNotFoundException(java.lang.String id, java.lang.String errorMessage)
           
 
Method Summary
 java.lang.String getErrorMessage()
          Returns the error message for this exception.
 java.lang.String getId()
          Returns the id of the task that could not be found
 
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

TaskObjectNotFoundException

protected TaskObjectNotFoundException(java.lang.String id,
                                      java.lang.String errorMessage)
Method Detail

getErrorMessage

public java.lang.String getErrorMessage()
Returns the error message for this exception.

Returns:

getId

public java.lang.String getId()
Returns the id of the task that could not be found

Returns: