|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.snmp.proxy.ErrorMapping
Class to map the V2 errors to corresponding V1 errors.
Using the getErrorMap(), the user can get the V1 error corresponding to the V2 error.
| Field Summary | |
(package private) static java.util.Hashtable |
mapTable
|
| Constructor Summary | |
(package private) |
ErrorMapping()
|
| Method Summary | |
(package private) static void |
|
(package private) static int |
getErrorMap(int error)
Method to get the V1 error corresponding to the particular V2 error code value given as parameter. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
static java.util.Hashtable mapTable
| Constructor Detail |
ErrorMapping()
| Method Detail |
static void()
static int getErrorMap(int error)
error - The V2 error which is to be mapped to V1 error.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||