Class CLIException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.admin.cli.CLIException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CLIReconnectedException

public class CLIException extends 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:
  • Constructor Details

    • CLIException

      public CLIException(String msg)