com.adobe.idp.taskmanager.dsc.client.task
Class FormNotSavedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException
              extended by com.adobe.idp.taskmanager.dsc.client.task.FormNotSavedException
All Implemented Interfaces:
java.io.Serializable

public class FormNotSavedException
extends TaskManagerException

An exception that is thrown when a form cannot be saved.

See Also:
Serialized Form

Constructor Summary
FormNotSavedException(long aTaskID, long aFormInstanceId)
          Constructs a new exception using the form's task identifier and form instance identifier.
 
Method Summary
 long getFormInstanceId()
          Retrieves the form instance identifier for this exception.
 java.lang.String getMessage()
          Retrieves the message for this exception.
 long getTaskId()
          Retrieves the task identifier for this exception.
 
Methods inherited from class com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException
getLocalizedMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormNotSavedException

public FormNotSavedException(long aTaskID,
                             long aFormInstanceId)
Constructs a new exception using the form's task identifier and form instance identifier.

Parameters:
aTaskID - The form's task identifier.
aFormInstanceId - The form's form instance identifier.
Method Detail

getTaskId

public long getTaskId()
Retrieves the task identifier for this exception.

Overrides:
getTaskId in class TaskManagerException
Returns:
TaskID The task identifier.

getFormInstanceId

public long getFormInstanceId()
Retrieves the form instance identifier for this exception.

Returns:
The form instance identifier.

getMessage

public java.lang.String getMessage()
Retrieves the message for this exception.

Overrides:
getMessage in class TaskManagerException
Returns:
The error message.


[an error occurred while processing this directive] [an error occurred while processing this directive]