com.dtolabs.rundeck.core.cli
Class CLIToolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dtolabs.rundeck.core.cli.CLIToolException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CLIToolOptionsException, JobsToolException, QueueToolException, RunToolException

public class CLIToolException
extends java.lang.Exception

CLIToolException supertype of exceptions thrown by CLI tools

See Also:
Serialized Form

Constructor Summary
CLIToolException()
           
CLIToolException(java.lang.Exception cause)
           
CLIToolException(java.lang.String msg)
           
CLIToolException(java.lang.String msg, java.lang.Exception cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CLIToolException

public CLIToolException()

CLIToolException

public CLIToolException(java.lang.String msg)

CLIToolException

public CLIToolException(java.lang.Exception cause)

CLIToolException

public CLIToolException(java.lang.String msg,
                        java.lang.Exception cause)