TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.core
Class DaemonConnectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.hyades.execution.core.DaemonConnectException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AgentControllerUnavailableException, DuplicateUserException

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)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DaemonConnectException

public DaemonConnectException()

DaemonConnectException

public DaemonConnectException(java.lang.String message)

TPTP 4.6.0 Platform Project
Public API Specification