TPTP 4.4.0 Platform Project
Internal API Specification

org.eclipse.hyades.internal.execution.local.control
Class AgentControllerUnavailableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.hyades.execution.core.DaemonConnectException
              extended byorg.eclipse.hyades.internal.execution.local.control.AgentControllerUnavailableException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LoginFailedException, SecureConnectionRequiredException, UntrustedAgentControllerException

public class AgentControllerUnavailableException
extends org.eclipse.hyades.execution.core.DaemonConnectException

See Also:
Serialized Form

Constructor Summary
AgentControllerUnavailableException()
           
 
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

AgentControllerUnavailableException

public AgentControllerUnavailableException()

TPTP 4.4.0 Platform Project
Internal API Specification