Class CommandException

All Implemented Interfaces:
Serializable

public class CommandException extends SensorHubException

Exceptions generated when a command fails

Since:
Mar 11, 2021
See Also:
  • Constructor Details

    • CommandException

      public CommandException(String message)
    • CommandException

      public CommandException(String message, Throwable cause)
    • CommandException

      public CommandException(String message, int code, Throwable cause)