public class

SnmpSecurityException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.sun.jmx.snmp.SnmpSecurityException

Class Overview

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

This API is a Sun Microsystems internal API and is subject to change without notice.

Summary

Fields
public byte[] contextEngineId The current context engine Id.
public byte[] contextName The current context name.
public byte flags The current flags.
public SnmpVarBind[] list The current request varbind list.
public SnmpSecurityParameters params The current security model related security parameters.
public int status The status of the exception.
Public Constructors
SnmpSecurityException(String msg)
Constructor.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Fields

public byte[] contextEngineId

The current context engine Id.

public byte[] contextName

The current context name.

public byte flags

The current flags.

public SnmpVarBind[] list

The current request varbind list.

public SnmpSecurityParameters params

The current security model related security parameters.

public int status

The status of the exception. See com.sun.jmx.snmp.SnmpDefinitions for possible values.

Public Constructors

public SnmpSecurityException (String msg)

Constructor.

Parameters
msg The exception msg to display.