org.drupal.project.computing
Class DConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.drupal.project.computing.DConnectionException
All Implemented Interfaces:
java.io.Serializable

public class DConnectionException
extends java.lang.Exception

This exception is thrown when there's something wrong communicating with the Drupal site (DSite) Caller is expected to catch this exception and handles it properly.s

See Also:
Serialized Form

Constructor Summary
DConnectionException()
           
DConnectionException(java.lang.String s)
           
DConnectionException(java.lang.String s, java.lang.Throwable throwable)
           
DConnectionException(java.lang.Throwable throwable)
           
 
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

DConnectionException

public DConnectionException()

DConnectionException

public DConnectionException(java.lang.String s)

DConnectionException

public DConnectionException(java.lang.String s,
                            java.lang.Throwable throwable)

DConnectionException

public DConnectionException(java.lang.Throwable throwable)