public class ExecutionManagerExecutionException
extends java.lang.RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
ExecutionManagerExecutionException.ManagerExceptionType
The Enum ManagerExceptionType.
|
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The Constant serialVersionUID.
|
private ExecutionManagerExecutionException.ManagerExceptionType |
type
The type.
|
Constructor and Description |
---|
ExecutionManagerExecutionException(java.lang.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.
|
private static final long serialVersionUID
private ExecutionManagerExecutionException.ManagerExceptionType type
public ExecutionManagerExecutionException(java.lang.String error, ExecutionManagerExecutionException.ManagerExceptionType type)
error
- the errortype
- the typepublic ExecutionManagerExecutionException.ManagerExceptionType getType()
public void setType(ExecutionManagerExecutionException.ManagerExceptionType type)
type
- the new type