Package com.swiftmq.admin.cli
Class CLIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.swiftmq.admin.cli.CLIException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CLIReconnectedException
public class CLIException extends java.lang.Exception
A CLIException is thrown by CLI if something goes wrong, e.g. an invalid command or a command returns a result.- Since:
- 1.2
- Author:
- IIT GmbH, Bremen/Germany
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CLIException(java.lang.String msg)
-