public class org.osgi.framework.BundleException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.osgi.framework.BundleException
  super_class: java.lang.Exception
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3571095144220455665

  private final int type;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

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

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

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

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

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

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

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

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

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

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.osgi.framework.BundleException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable cause
         0: .line 147
            aload 0 /* this */
            aload 1 /* msg */
            iconst_0
            aload 2 /* cause */
            invokespecial org.osgi.framework.BundleException.<init>:(Ljava/lang/String;ILjava/lang/Throwable;)V
         1: .line 148
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String msg
        end local 0 // org.osgi.framework.BundleException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/osgi/framework/BundleException;
            0    2     1    msg  Ljava/lang/String;
            0    2     2  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      msg    
      cause  

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.osgi.framework.BundleException this
        start local 1 // java.lang.String msg
         0: .line 156
            aload 0 /* this */
            aload 1 /* msg */
            iconst_0
            invokespecial org.osgi.framework.BundleException.<init>:(Ljava/lang/String;I)V
         1: .line 157
            return
        end local 1 // java.lang.String msg
        end local 0 // org.osgi.framework.BundleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/osgi/framework/BundleException;
            0    2     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public void <init>(java.lang.String, int, java.lang.Throwable);
    descriptor: (Ljava/lang/String;ILjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.osgi.framework.BundleException this
        start local 1 // java.lang.String msg
        start local 2 // int type
        start local 3 // java.lang.Throwable cause
         0: .line 169
            aload 0 /* this */
            aload 1 /* msg */
            aload 3 /* cause */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 170
            aload 0 /* this */
            iload 2 /* type */
            putfield org.osgi.framework.BundleException.type:I
         2: .line 171
            return
        end local 3 // java.lang.Throwable cause
        end local 2 // int type
        end local 1 // java.lang.String msg
        end local 0 // org.osgi.framework.BundleException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/osgi/framework/BundleException;
            0    3     1    msg  Ljava/lang/String;
            0    3     2   type  I
            0    3     3  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      msg    
      type   
      cause  

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.osgi.framework.BundleException this
        start local 1 // java.lang.String msg
        start local 2 // int type
         0: .line 181
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 182
            aload 0 /* this */
            iload 2 /* type */
            putfield org.osgi.framework.BundleException.type:I
         2: .line 183
            return
        end local 2 // int type
        end local 1 // java.lang.String msg
        end local 0 // org.osgi.framework.BundleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/osgi/framework/BundleException;
            0    3     1   msg  Ljava/lang/String;
            0    3     2  type  I
    MethodParameters:
      Name  Flags
      msg   
      type  

  public java.lang.Throwable getNestedException();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.osgi.framework.BundleException this
         0: .line 197
            aload 0 /* this */
            invokevirtual org.osgi.framework.BundleException.getCause:()Ljava/lang/Throwable;
            areturn
        end local 0 // org.osgi.framework.BundleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/osgi/framework/BundleException;

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.osgi.framework.BundleException this
         0: .line 208
            aload 0 /* this */
            invokespecial java.lang.Exception.getCause:()Ljava/lang/Throwable;
            areturn
        end local 0 // org.osgi.framework.BundleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/osgi/framework/BundleException;

  public java.lang.Throwable initCause(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.osgi.framework.BundleException this
        start local 1 // java.lang.Throwable cause
         0: .line 224
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial java.lang.Exception.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            areturn
        end local 1 // java.lang.Throwable cause
        end local 0 // org.osgi.framework.BundleException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/osgi/framework/BundleException;
            0    1     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.osgi.framework.BundleException this
         0: .line 235
            aload 0 /* this */
            getfield org.osgi.framework.BundleException.type:I
            ireturn
        end local 0 // org.osgi.framework.BundleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/osgi/framework/BundleException;
}
SourceFile: "BundleException.java"