TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.security
Class UntrustedAgentControllerException

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
                  extended by org.eclipse.hyades.execution.security.UntrustedAgentControllerException
All Implemented Interfaces:
java.io.Serializable

public class UntrustedAgentControllerException
extends AgentControllerUnavailableException

See Also:
Serialized Form

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

UntrustedAgentControllerException

public UntrustedAgentControllerException()

TPTP 4.6.0 Platform Project
Public API Specification