Package org.xipki.shell
Class IllegalCmdParamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.shell.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 Summary
Constructors Constructor Description IllegalCmdParamException()IllegalCmdParamException(String message)IllegalCmdParamException(String message, Throwable cause)IllegalCmdParamException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-