public class TaskErrorMeta extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskErrorMeta.TaskErrorType
The Enum TaskErrorType.
|
| Constructor and Description |
|---|
TaskErrorMeta(TaskErrorMeta.TaskErrorType type,
String details)
Instantiates a new task error meta.
|
TaskErrorMeta(TaskErrorMeta.TaskErrorType type,
String details,
Throwable throwable)
Instantiates a new task error meta.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDetails()
Gets the details.
|
String |
getErrorTime()
Gets the error time.
|
Throwable |
getThrowable()
Gets the throwable.
|
TaskErrorMeta.TaskErrorType |
getType()
Gets the type.
|
void |
setDetails(String details)
Sets the details.
|
void |
setErrorTime(String errorTime)
Sets the error time.
|
void |
setThrowable(Throwable throwable)
Sets the throwable.
|
void |
setType(TaskErrorMeta.TaskErrorType type)
Sets the type.
|
public TaskErrorMeta(TaskErrorMeta.TaskErrorType type, String details)
type - the typedetails - the detailspublic TaskErrorMeta(TaskErrorMeta.TaskErrorType type, String details, Throwable throwable)
type - the typedetails - the detailsthrowable - the throwablepublic TaskErrorMeta.TaskErrorType getType()
public void setType(TaskErrorMeta.TaskErrorType type)
type - the new typepublic String getErrorTime()
public void setErrorTime(String errorTime)
errorTime - the new error timepublic Throwable getThrowable()
public void setThrowable(Throwable throwable)
throwable - the new throwablepublic String getDetails()
public void setDetails(String details)
details - the new detailsCopyright © 2015–2017 eBay. All rights reserved.