com.dtolabs.client.services
Class CentralDispatcherServerRequestException

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

public class CentralDispatcherServerRequestException
extends CentralDispatcherException

CentralDispatcherServerRequestException indicates that an error occurred during the request to or response from the server

See Also:
Serialized Form

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

CentralDispatcherServerRequestException

public CentralDispatcherServerRequestException(java.lang.String msg)

CentralDispatcherServerRequestException

public CentralDispatcherServerRequestException(java.lang.Exception cause)

CentralDispatcherServerRequestException

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