|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.sun.management.snmp.SnmpSecurityException
public class 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. |
Method Summary |
---|
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.
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |