com.dtolabs.rundeck.core.cli
Class CLIToolOptionsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dtolabs.rundeck.core.cli.CLIToolException
              extended by com.dtolabs.rundeck.core.cli.CLIToolOptionsException
All Implemented Interfaces:
java.io.Serializable

public class CLIToolOptionsException
extends CLIToolException

CLIToolOptionsException is ...

See Also:
Serialized Form

Constructor Summary
CLIToolOptionsException()
           
CLIToolOptionsException(java.lang.Exception cause)
           
CLIToolOptionsException(java.lang.String msg)
           
CLIToolOptionsException(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

CLIToolOptionsException

public CLIToolOptionsException()

CLIToolOptionsException

public CLIToolOptionsException(java.lang.String msg)

CLIToolOptionsException

public CLIToolOptionsException(java.lang.Exception cause)

CLIToolOptionsException

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