|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jboss.jmx.adaptor.snmp.agent.VariableTypeException
public class VariableTypeException
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)
| 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 |
|---|
public VariableTypeException()
public VariableTypeException(java.lang.String m)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||