public class StateException
extends java.lang.Exception
| Constructor and Description |
|---|
StateException(Command.State state)
Constructor for this exception.
|
| Modifier and Type | Method and Description |
|---|---|
Command.State |
getState() |
public StateException(Command.State state)
state - state of the command (networkManagement/deviceManagement/resourceManagement)public Command.State getState()