org.rhq.plugins.www.snmp
Class SNMPTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rhq.plugins.www.snmp.SNMPException
              extended by org.rhq.plugins.www.snmp.SNMPTimeoutException
All Implemented Interfaces:
Serializable

public class SNMPTimeoutException
extends SNMPException

This exception indicates that an SNMP request has timed out, potentially after multiple retries.

See Also:
Serialized Form

Constructor Summary
SNMPTimeoutException(String msg)
           
 
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

SNMPTimeoutException

public SNMPTimeoutException(String msg)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.