TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.core
Class DaemonConnectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.hyades.execution.core.DaemonConnectException
All Implemented Interfaces:
java.io.Serializable

public class DaemonConnectException
extends java.lang.Exception

This exception is thrown to indicate that an error occurred while connecting to the specified Execution API daemon. This execption is intended to be subclassed by more daemon-specific exceptions

See Also:
Serialized Form

Constructor Summary
DaemonConnectException()
           
DaemonConnectException(java.lang.String message)
           
 
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

DaemonConnectException

public DaemonConnectException()

DaemonConnectException

public DaemonConnectException(java.lang.String message)

TPTP 4.2.0 Platform Project
Public API Specification