com.dtolabs.rundeck.core.cli.project
Class ProjectToolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.dtolabs.rundeck.core.cli.project.ProjectToolException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidArgumentsException

public class ProjectToolException
extends java.lang.RuntimeException

thrown by rd-project actions

See Also:
Serialized Form

Constructor Summary
ProjectToolException(java.lang.String message)
           
ProjectToolException(java.lang.String message, java.lang.Throwable t)
           
ProjectToolException(java.lang.Throwable t)
           
 
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

ProjectToolException

public ProjectToolException(java.lang.String message)

ProjectToolException

public ProjectToolException(java.lang.String message,
                            java.lang.Throwable t)

ProjectToolException

public ProjectToolException(java.lang.Throwable t)