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

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

public class VariableTypeException
extends java.lang.Exception

This exception is thrown when a client attempts to either GET a variable that is of a type not supported by our SNMP adaptor (hopefully very few types eventually), or if the client attempts to SET an attribute of type T to something of a type that is not T (ie a String to an int)

Author:
Thomas Hauser
See Also:
Serialized Form

Constructor Summary
VariableTypeException()
           
VariableTypeException(java.lang.String m)
           
 
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

VariableTypeException

public VariableTypeException()

VariableTypeException

public VariableTypeException(java.lang.String m)


Copyright © 2011. All Rights Reserved.