org.jboss.jmx.adaptor.snmp.agent
Class ReadOnlyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.jmx.adaptor.snmp.agent.ReadOnlyException
All Implemented Interfaces:
Serializable

public class ReadOnlyException
extends Exception

This exception is thrown when an entry is read only and a client wants to write to it.

Version:
$Revision: 57210 $
Author:
Heiko W. Rupp
See Also:
Serialized Form

Constructor Summary
ReadOnlyException(org.opennms.protocols.snmp.SnmpObjectId oid)
           
ReadOnlyException(String oid)
           
 
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

ReadOnlyException

public ReadOnlyException(String oid)

ReadOnlyException

public ReadOnlyException(org.opennms.protocols.snmp.SnmpObjectId oid)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.