|
|||||||||
| 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.query.TaskQueryServiceException
public class TaskQueryServiceException
An exception thrown from the Task Query Service.
| Constructor Summary | |
|---|---|
TaskQueryServiceException(java.lang.String aMessage)
Creates a new exception with the specified error message. |
|
TaskQueryServiceException(java.lang.Throwable aException)
Constructs a new exception from a Throwable exception. |
|
TaskQueryServiceException(java.lang.Throwable aException,
java.lang.String aMessage)
Creates a new exception with the specified root exception and 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 TaskQueryServiceException(java.lang.Throwable aException)
Throwable exception.
aException - The Throwable exception.
public TaskQueryServiceException(java.lang.Throwable aException,
java.lang.String aMessage)
aException - The root exception.aMessage - The error message.public TaskQueryServiceException(java.lang.String aMessage)
aMessage - The error message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||