|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException
com.adobe.idp.taskmanager.dsc.client.task.AttachmentNotFoundException
public class AttachmentNotFoundException
Exception thrown if a requested attachment is not found.
| Constructor Summary | |
|---|---|
AttachmentNotFoundException(long aTaskId,
java.lang.String aMessage)
Constructs a new exception indicating that the attachment was not found. |
|
| Method Summary |
|---|
| Methods inherited from class com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException |
|---|
getLocalizedMessage, getMessage, getRootCause, getTaskId, 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 |
|---|
public AttachmentNotFoundException(long aTaskId,
java.lang.String aMessage)
aTaskId - The task identifier for the attachment.aMessage - The error message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||