com.dtolabs.client.services
Class CentralDispatcherFailureResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dtolabs.rundeck.core.dispatcher.CentralDispatcherException
              extended by com.dtolabs.client.services.CentralDispatcherFailureResponseException
All Implemented Interfaces:
java.io.Serializable

public class CentralDispatcherFailureResponseException
extends CentralDispatcherException

CentralDispatcherFailureResponseException indicates that the request succeeded, but responded that the service failed

See Also:
Serialized Form

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

CentralDispatcherFailureResponseException

public CentralDispatcherFailureResponseException(java.lang.String msg)

CentralDispatcherFailureResponseException

public CentralDispatcherFailureResponseException(java.lang.Exception cause)

CentralDispatcherFailureResponseException

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