public class UnsupportedAddressClassException extends MessageException
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.| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class |
addressClass |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
UnsupportedAddressClassException(java.lang.String message,
java.lang.Class addressClass) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getAddressClass()
Returns the class of the address class that is not supported.
|
getSnmp4jErrorStatus, getStatusInformation, setStatusInformationprivate static final long serialVersionUID
private java.lang.Class addressClass