com.dtolabs.rundeck.core.cli.jobs
Class JobsToolException

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.jobs.JobsToolException
All Implemented Interfaces:
java.io.Serializable

public class JobsToolException
extends CLIToolException

CtlJobsException is an exception thrown by the JobsTool

See Also:
Serialized Form

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

JobsToolException

public JobsToolException()

JobsToolException

public JobsToolException(java.lang.String msg)

JobsToolException

public JobsToolException(java.lang.Exception cause)

JobsToolException

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