TPTP 4.6.0 Platform Project
Public API Specification

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

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

public class AgentControllerUnavailableException
extends DaemonConnectException

See Also:
Serialized Form

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

AgentControllerUnavailableException

public AgentControllerUnavailableException()

TPTP 4.6.0 Platform Project
Public API Specification