|
|||||||||||
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.sun.management.snmp.SnmpSecurityException
This exception is thrown when an error occurs in an SnmpSecurityModel
.
Field Summary | |
byte[] |
contextEngineId
The current context engine Id. |
byte[] |
contextName
The current context name. |
byte |
flags
The current flags. |
SnmpVarBind[] |
list
The current request varbind list. |
SnmpSecurityParameters |
params
The current security model related security parameters. |
int |
status
The status of the exception. |
Constructor Summary | |
SnmpSecurityException(String msg)
Constructor. |
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 |
public SnmpVarBind[] list
public int status
SnmpDefinitions
for possible values.
public SnmpSecurityParameters params
public byte[] contextEngineId
public byte[] contextName
public byte flags
Constructor Detail |
public SnmpSecurityException(String msg)
msg
- The exception msg to display.
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |