Package com.netscape.cmstools.cli
Class CLIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netscape.cmstools.cli.CLIException
-
- All Implemented Interfaces:
java.io.Serializable
public class CLIException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CLIException()
CLIException(int code)
CLIException(java.lang.String message)
CLIException(java.lang.String message, int code)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
-