Package org.sensorhub.api.command
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sensorhub.api.common.SensorHubException
org.sensorhub.api.command.CommandException
- All Implemented Interfaces:
 Serializable
Exceptions generated when a command fails
- Since:
 - Mar 11, 2021
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCommandException(String message) CommandException(String message, int code, Throwable cause) CommandException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class org.sensorhub.api.common.SensorHubException
getCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
CommandException
 - 
CommandException
 - 
CommandException
 
 -