org.drupal.project.computing
Class DConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)