|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.snmp4j.MessageException
org.snmp4j.transport.UnsupportedAddressClassException
public class UnsupportedAddressClassException
The UnsupportedAddressClassException
indicates a message
exception caused by unsupported address class. When this exception is
thrown, the target address class is not supported by the entity that
is to sent the message and that operation will be canceled.
Constructor Summary | |
---|---|
UnsupportedAddressClassException(java.lang.String message,
java.lang.Class addressClass)
|
Method Summary | |
---|---|
java.lang.Class |
getAddressClass()
Returns the class of the address class that is not supported. |
Methods inherited from class org.snmp4j.MessageException |
---|
getStatusInformation, setStatusInformation |
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 UnsupportedAddressClassException(java.lang.String message, java.lang.Class addressClass)
Method Detail |
---|
public java.lang.Class getAddressClass()
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |