| Package | com.adobe.idp.taskmanager.dsc.client.task |
| Class | public class AttachmentNotFoundException |
| Inheritance | AttachmentNotFoundException TaskManagerException |
| Method | Defined By | ||
|---|---|---|---|
AttachmentNotFoundException(long aTaskId, String aMessage) Constructs a new exception indicating that the attachment was not found. | AttachmentNotFoundException | ||
![]() | String getLocalizedMessage() Retrieves the localized description of this exception. | ||
![]() | String getMessage() Retrieves the error message for this exception. | ||
![]() | Throwable getRootCause() Retrieves the root exception. | ||
![]() | long getTaskId() Retrieves the task identifier associated with this exception, if it exists. | ||
![]() | void printStackTrace() Prints this exception and its stack trace to the standard error stream. | ||
![]() | void printStackTrace(PrintStream ps) Prints this exception and its stack trace to the specified print stream. | ||
![]() | void printStackTrace(PrintWriter pw) Prints this exception and its stack trace to the specified print writer. | ||
![]() | String toString() Retrieves the short description of this exception. | ||
| AttachmentNotFoundException | () |
public AttachmentNotFoundException(long aTaskId, String aMessage)Constructs a new exception indicating that the attachment was not found.
ParametersaTaskId — 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