Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.agent
Class AgentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hyperic.hq.agent.AgentException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AgentConfigException, AgentConnectionException, AgentLoaderException, AgentRemoteException, AgentRunningException, AgentStartException, AgentStorageException

public class AgentException
extends java.lang.Exception

An exception which is the parent-class of all other exceptions raised by the Spider Agent API.

See Also:
Serialized Form

Constructor Summary
AgentException(java.lang.String msg)
           
AgentException(java.lang.String msg, java.lang.Exception ex)
           
 
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

AgentException

public AgentException(java.lang.String msg,
                      java.lang.Exception ex)

AgentException

public AgentException(java.lang.String msg)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.