CommandsException constructor

CommandsException(
  1. String message
)

Create a new CommandsException.

Implementation

CommandsException(this.message);