|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.adventnet.snmp.snmp2.agent.RegistrationException
public class RegistrationException
RegistrationException is thrown by the PduRequestHandler. in case of failure in registration of a VarBindRequestListener.
PduRequestHandler,
Serialized Form| Field Summary | |
|---|---|
(package private) java.lang.String |
key
|
| Constructor Summary | |
|---|---|
RegistrationException(java.lang.String msg)
Constructor for RegistrationException with detailed message. |
|
RegistrationException(java.lang.String msg,
java.lang.String key)
Constructor for RegistrationException with detailed message and key value. |
|
| Method Summary | |
|---|---|
java.lang.String |
getKey()
Returns the key which has a duplicate or invalid registration oid parameter. |
| 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 |
| Field Detail |
|---|
java.lang.String key
| Constructor Detail |
|---|
public RegistrationException(java.lang.String msg)
msg - the exception messge.
public RegistrationException(java.lang.String msg,
java.lang.String key)
msg - the exception messge.key - the value of key.| Method Detail |
|---|
public java.lang.String getKey()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||