TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.hyades.perfmon.internal.common.launch
Class AgentVariableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.hyades.perfmon.internal.common.launch.AgentVariableException
All Implemented Interfaces:
java.io.Serializable

public class AgentVariableException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
AgentVariableException()
           
AgentVariableException(java.lang.String message)
           
AgentVariableException(java.lang.String message, java.lang.Throwable cause)
           
 
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

AgentVariableException

public AgentVariableException()

AgentVariableException

public AgentVariableException(java.lang.String message)

AgentVariableException

public AgentVariableException(java.lang.String message,
                              java.lang.Throwable cause)

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification