public class ExecutionManagerExecutionException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecutionManagerExecutionException.ManagerExceptionType
The Enum ManagerExceptionType.
|
| Constructor and Description |
|---|
ExecutionManagerExecutionException(String error,
ExecutionManagerExecutionException.ManagerExceptionType type)
Instantiates a new command manager execution exception.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionManagerExecutionException.ManagerExceptionType |
getType()
Gets the type.
|
void |
setType(ExecutionManagerExecutionException.ManagerExceptionType type)
Sets the type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExecutionManagerExecutionException(String error, ExecutionManagerExecutionException.ManagerExceptionType type)
error - the errortype - the typepublic ExecutionManagerExecutionException.ManagerExceptionType getType()
public void setType(ExecutionManagerExecutionException.ManagerExceptionType type)
type - the new typeCopyright © 2015–2017 eBay. All rights reserved.