| Package | com.adobe.idp.taskmanager.dsc.client.task |
| Class | public class TaskManagerRuntimeException |
| Inheritance | TaskManagerRuntimeException RuntimeException |
| Method | Defined By | ||
|---|---|---|---|
TaskManagerRuntimeException(String message) Constructs a new exception using the specified error message. | TaskManagerRuntimeException | ||
TaskManagerRuntimeException(Throwable t) Constructs a new exception from a Throwable exception. | TaskManagerRuntimeException | ||
TaskManagerRuntimeException(long aTaskId, Throwable t) Constructs a new exception using the specified task identifier and Throwable exception. | TaskManagerRuntimeException | ||
long getTaskId() Retrieves the task identifier for this exception. | TaskManagerRuntimeException | ||
boolean isRetryable() For internal use only. | TaskManagerRuntimeException | ||
void setRetryable(boolean aRetryable) For internal use only. | TaskManagerRuntimeException | ||
| TaskManagerRuntimeException | () |
public TaskManagerRuntimeException(String message)Constructs a new exception using the specified error message.
Parametersmessage — The error message. |
| TaskManagerRuntimeException | () |
public TaskManagerRuntimeException(Throwable t)Constructs a new exception from a Throwable exception.
t — The Throwable exception. |
| TaskManagerRuntimeException | () |
public TaskManagerRuntimeException(long aTaskId, Throwable t)Constructs a new exception using the specified task identifier and Throwable exception.
aTaskId — The task identifier. | |
t — The Throwable exception. |
| getTaskId | () |
public long getTaskId()Retrieves the task identifier for this exception.
Returns| taskid The task identifier. |
| isRetryable | () |
public boolean isRetryable()For internal use only.
Returns| setRetryable | () |
public void setRetryable(boolean aRetryable)For internal use only.
Parameters
aRetryable |
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/TaskManagerRuntimeException.html