com.dtolabs.rundeck.core.dispatcher
Class CentralDispatcherException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dtolabs.rundeck.core.dispatcher.CentralDispatcherException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CentralDispatcherFailureResponseException, CentralDispatcherServerRequestException

public class CentralDispatcherException
extends java.lang.Exception

Exception class for CentralDispatcher layer

See Also:
Serialized Form

Constructor Summary
CentralDispatcherException(java.lang.String msg)
          constructor
CentralDispatcherException(java.lang.String msg, java.lang.Throwable e)
          constructor
CentralDispatcherException(java.lang.Throwable e)
          constructor
 
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

CentralDispatcherException

public CentralDispatcherException(java.lang.String msg)
constructor

Parameters:
msg - message

CentralDispatcherException

public CentralDispatcherException(java.lang.Throwable e)
constructor

Parameters:
e - cause Throwable

CentralDispatcherException

public CentralDispatcherException(java.lang.String msg,
                                  java.lang.Throwable e)
constructor

Parameters:
msg - message
e - cause Throwable