SMILA 1.0 API documentation

org.eclipse.smila.management
Class ManagementAgentNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.smila.management.ManagementAgentNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ManagementAgentNotFoundException
extends java.lang.RuntimeException

The Class ManagementAgentNotFoundException.

See Also:
Serialized Form

Constructor Summary
ManagementAgentNotFoundException(ManagementAgentLocation location)
          Instantiates a new management agent not found exception.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManagementAgentNotFoundException

public ManagementAgentNotFoundException(ManagementAgentLocation location)
Instantiates a new management agent not found exception.

Parameters:
location - the location

SMILA 1.0 API documentation