Class CommandException

  • All Implemented Interfaces:
    Serializable

    public class CommandException
    extends Exception
    This is the default exception used by the tools to indicate unexpected situation.

    See Also:
    Serialized Form
    • Constructor Detail

      • CommandException

        public CommandException()
      • CommandException

        public CommandException​(Throwable cause)
      • CommandException

        public CommandException​(String message)
      • CommandException

        public CommandException​(String message,
                                Throwable cause)