Class CommandException

    • Field Detail

      • DEFAULT_MESSAGE

        public static final String DEFAULT_MESSAGE
    • Constructor Detail

      • CommandException

        public CommandException​(String message,
                                Throwable cause)
      • CommandException

        public CommandException​(Throwable cause)
      • CommandException

        public CommandException​(int returnCode,
                                Throwable cause)
      • CommandException

        public CommandException​(int returnCode,
                                String message)
      • CommandException

        public CommandException​(String message)
      • CommandException

        public CommandException()
      • CommandException

        public CommandException​(int returnCode)
      • CommandException

        public CommandException​(int returnCode,
                                String message,
                                Throwable cause)
    • Method Detail

      • getReturnCode

        public int getReturnCode()