public class TaskManagerException
extends java.lang.Exception
Constructor and Description |
---|
TaskManagerException()
Creates a new instance of TaskManagerException.
|
TaskManagerException(java.lang.String message)
Creates a new instance of TaskManagerException.
|
TaskManagerException(java.lang.String message,
java.lang.StackTraceElement[] stack)
Creates a new instance of TaskManagerException.
|
TaskManagerException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of TaskManagerException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.String |
getTaskId()
Gets the id of the task associated to this exception.
|
void |
setTaskId(java.lang.String aTaskId)
Sets the id of the task associated to this exception.
|
public TaskManagerException()
public TaskManagerException(java.lang.String message)
message
- Message for this error.public TaskManagerException(java.lang.String message, java.lang.Throwable cause)
message
- Message for this error.cause
- Cause of the exception.public TaskManagerException(java.lang.String message, java.lang.StackTraceElement[] stack)
message
- Message for this error.stack
- Stack trace for this exception.public void setTaskId(java.lang.String aTaskId)
aTaskId
- String containing the task id.public java.lang.String getTaskId()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"