|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.idp.taskmanager.dsc.client.task.TaskManagerRuntimeException
public class TaskManagerRuntimeException
Runtime exception thrown from TaskManager for unhandled exceptions.
| Constructor Summary | |
|---|---|
TaskManagerRuntimeException(long aTaskId,
java.lang.Throwable t)
Constructs a new exception using the specified task identifier and Throwable exception. |
|
TaskManagerRuntimeException(java.lang.String message)
Constructs a new exception using the specified error message. |
|
TaskManagerRuntimeException(java.lang.String aMessage,
java.lang.Throwable aCause)
|
|
TaskManagerRuntimeException(java.lang.Throwable t)
Constructs a new exception from a Throwable exception. |
|
| Method Summary | |
|---|---|
long |
getTaskId()
Retrieves the task identifier for this exception. |
boolean |
isRetryable()
|
void |
setRetryable(boolean aRetryable)
|
| 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 TaskManagerRuntimeException(java.lang.String message)
message - The error message.public TaskManagerRuntimeException(java.lang.Throwable t)
Throwable exception.
t - The Throwable exception.
public TaskManagerRuntimeException(long aTaskId,
java.lang.Throwable t)
Throwable exception.
aTaskId - The task identifier.t - The Throwable exception.
public TaskManagerRuntimeException(java.lang.String aMessage,
java.lang.Throwable aCause)
| Method Detail |
|---|
public long getTaskId()
public boolean isRetryable()
public void setRetryable(boolean aRetryable)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||