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

public class CLIException
extends java.lang.Exception

A CLIException is throwed 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

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait