Packagecom.adobe.idp.taskmanager.dsc.client.task
Classpublic class AttachmentNotFoundException
InheritanceAttachmentNotFoundException Inheritance TaskManagerException

Exception thrown if a requested attachment is not found.



Public Methods
 MethodDefined By
  
AttachmentNotFoundException(long aTaskId, String aMessage)
Constructs a new exception indicating that the attachment was not found.
AttachmentNotFoundException
 Inherited
Retrieves the localized description of this exception.
 Inherited
String getMessage()
Retrieves the error message for this exception.
 Inherited
Throwable getRootCause()
Retrieves the root exception.
 Inherited
long getTaskId()
Retrieves the task identifier associated with this exception, if it exists.
 Inherited
Prints this exception and its stack trace to the standard error stream.
 Inherited
void printStackTrace(PrintStream ps)
Prints this exception and its stack trace to the specified print stream.
 Inherited
void printStackTrace(PrintWriter pw)
Prints this exception and its stack trace to the specified print writer.
 Inherited
String toString()
Retrieves the short description of this exception.
Constructor Detail
AttachmentNotFoundException()
public AttachmentNotFoundException(long aTaskId, String aMessage)

Constructs a new exception indicating that the attachment was not found.

Parameters
aTaskId — The task identifier for the attachment.
 
aMessage — The error message.




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/taskmanager/dsc/client/task/AttachmentNotFoundException.html