|
|||||||||
| 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.endpoint.TaskEndpointException
com.adobe.idp.taskmanager.dsc.client.endpoint.TaskEndpointNotFound
public class TaskEndpointNotFound
An exception class indicating that the endpoint specified could not be found.
| Constructor Summary | |
|---|---|
TaskEndpointNotFound(java.lang.Exception aException)
A constructor that creates a new exception from another exception. |
|
TaskEndpointNotFound(java.lang.String aMessage)
A constructor that uses an error message. |
|
| Method Summary |
|---|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TaskEndpointNotFound(java.lang.String aMessage)
aMessage - The error message.public TaskEndpointNotFound(java.lang.Exception aException)
aException - The exception cause.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||