com.sun.management.snmp
Class SnmpSecurityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.management.snmp.SnmpSecurityException
All Implemented Interfaces:
Serializable

public class SnmpSecurityException
extends Exception

This exception is thrown when an error occurs in an SnmpSecurityModel .

Since:
Java DMK 5.1
See Also:
Serialized Form

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

list

public SnmpVarBind[] list
The current request varbind list.


status

public int status
The status of the exception. See SnmpDefinitions for possible values.


params

public SnmpSecurityParameters params
The current security model related security parameters.


contextEngineId

public byte[] contextEngineId
The current context engine Id.


contextName

public byte[] contextName
The current context name.


flags

public byte flags
The current flags.

Constructor Detail

SnmpSecurityException

public SnmpSecurityException(String msg)
Constructor.

Parameters:
msg - The exception msg to display.

FCS Release
jdmk-5_1-b34.2 2005.11.29_16:24:00_MET

Copyright 1998-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.