public class com.sun.jmx.snmp.BerException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.jmx.snmp.BerException
  super_class: java.lang.Exception
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 494709767137042951

  public static final int BAD_VERSION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private int errorType;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.BerException this
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 47
            aload 0 /* this */
            iconst_0
            putfield com.sun.jmx.snmp.BerException.errorType:I
         2: .line 50
            aload 0 /* this */
            iconst_0
            putfield com.sun.jmx.snmp.BerException.errorType:I
         3: .line 51
            return
        end local 0 // com.sun.jmx.snmp.BerException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jmx/snmp/BerException;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.BerException this
        start local 1 // int x
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 47
            aload 0 /* this */
            iconst_0
            putfield com.sun.jmx.snmp.BerException.errorType:I
         2: .line 54
            aload 0 /* this */
            iload 1 /* x */
            putfield com.sun.jmx.snmp.BerException.errorType:I
         3: .line 55
            return
        end local 1 // int x
        end local 0 // com.sun.jmx.snmp.BerException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jmx/snmp/BerException;
            0    4     1     x  I
    MethodParameters:
      Name  Flags
      x     

  public boolean isInvalidSnmpVersion();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.BerException this
         0: .line 58
            aload 0 /* this */
            getfield com.sun.jmx.snmp.BerException.errorType:I
            iconst_1
            if_icmpne 2
         1: .line 59
            iconst_1
            ireturn
         2: .line 61
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.sun.jmx.snmp.BerException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/jmx/snmp/BerException;
}
SourceFile: "BerException.java"