public class

BerException

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

Class Overview

Exception thrown when a BER encoding/decoding error occurs.

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

Summary

Constants
int BAD_VERSION
Public Constructors
BerException()
BerException(int x)
Public Methods
boolean isInvalidSnmpVersion()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

public static final int BAD_VERSION

Constant Value: 1 (0x00000001)

Public Constructors

public BerException ()

public BerException (int x)

Public Methods

public boolean isInvalidSnmpVersion ()