Class IllegalCmdParamException

  • All Implemented Interfaces:
    Serializable

    public class IllegalCmdParamException
    extends Exception
    Exception for illegagl action parameters / options.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalCmdParamException

        public IllegalCmdParamException()
      • IllegalCmdParamException

        public IllegalCmdParamException​(String message)
      • IllegalCmdParamException

        public IllegalCmdParamException​(Throwable cause)
      • IllegalCmdParamException

        public IllegalCmdParamException​(String message,
                                        Throwable cause)