com.dtolabs.rundeck.core.execution.service
Class ExecutionServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dtolabs.rundeck.core.execution.service.ExecutionServiceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ResourceModelSourceServiceException, ServiceProviderException

public class ExecutionServiceException
extends java.lang.Exception

ExecutionServiceException is ...

See Also:
Serialized Form

Field Summary
protected  java.lang.String serviceName
           
 
Constructor Summary
ExecutionServiceException(java.lang.String serviceName)
           
ExecutionServiceException(java.lang.String msg, java.lang.String serviceName)
           
ExecutionServiceException(java.lang.String msg, java.lang.Throwable cause, java.lang.String serviceName)
           
ExecutionServiceException(java.lang.Throwable cause, java.lang.String serviceName)
           
 
Method Summary
 java.lang.String getServiceName()
           
 
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
 

Field Detail

serviceName

protected java.lang.String serviceName
Constructor Detail

ExecutionServiceException

public ExecutionServiceException(java.lang.String serviceName)

ExecutionServiceException

public ExecutionServiceException(java.lang.String msg,
                                 java.lang.String serviceName)

ExecutionServiceException

public ExecutionServiceException(java.lang.Throwable cause,
                                 java.lang.String serviceName)

ExecutionServiceException

public ExecutionServiceException(java.lang.String msg,
                                 java.lang.Throwable cause,
                                 java.lang.String serviceName)
Method Detail

getServiceName

public java.lang.String getServiceName()