Packagecom.adobe.idp.taskmanager.dsc.client.task
Classpublic class TaskManagerRuntimeException
InheritanceTaskManagerRuntimeException Inheritance RuntimeException

Runtime exception thrown from TaskManager for unhandled exceptions.



Public Methods
 MethodDefined By
  
Constructs a new exception using the specified error message.
TaskManagerRuntimeException
  
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
Constructor Detail
TaskManagerRuntimeException()
public TaskManagerRuntimeException(String message)

Constructs a new exception using the specified error message.

Parameters
message — The error message.
TaskManagerRuntimeException() 
public TaskManagerRuntimeException(Throwable t)

Constructs a new exception from a Throwable exception.

Parameters
t — The Throwable exception.
TaskManagerRuntimeException() 
public TaskManagerRuntimeException(long aTaskId, Throwable t)

Constructs a new exception using the specified task identifier and Throwable exception.

Parameters
aTaskId — The task identifier.
 
t — The Throwable exception.
Method Detail
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