public class org.osgi.service.application.ApplicationException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.osgi.service.application.ApplicationException
  super_class: java.lang.Exception
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -7173190453622508207

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

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

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

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

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

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

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

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

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.osgi.service.application.ApplicationException this
        start local 1 // int errorCode
         0: .line 105
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 106
            aload 0 /* this */
            iload 1 /* errorCode */
            putfield org.osgi.service.application.ApplicationException.errorCode:I
         2: .line 107
            return
        end local 1 // int errorCode
        end local 0 // org.osgi.service.application.ApplicationException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/osgi/service/application/ApplicationException;
            0    3     1  errorCode  I
    MethodParameters:
           Name  Flags
      errorCode  

  public void <init>(int, java.lang.Throwable);
    descriptor: (ILjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.osgi.service.application.ApplicationException this
        start local 1 // int errorCode
        start local 2 // java.lang.Throwable cause
         0: .line 116
            aload 0 /* this */
            aload 2 /* cause */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/Throwable;)V
         1: .line 117
            aload 0 /* this */
            iload 1 /* errorCode */
            putfield org.osgi.service.application.ApplicationException.errorCode:I
         2: .line 118
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // int errorCode
        end local 0 // org.osgi.service.application.ApplicationException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/osgi/service/application/ApplicationException;
            0    3     1  errorCode  I
            0    3     2      cause  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      errorCode  
      cause      

  public void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.osgi.service.application.ApplicationException this
        start local 1 // int errorCode
        start local 2 // java.lang.String message
         0: .line 126
            aload 0 /* this */
            aload 2 /* message */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 127
            aload 0 /* this */
            iload 1 /* errorCode */
            putfield org.osgi.service.application.ApplicationException.errorCode:I
         2: .line 128
            return
        end local 2 // java.lang.String message
        end local 1 // int errorCode
        end local 0 // org.osgi.service.application.ApplicationException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/osgi/service/application/ApplicationException;
            0    3     1  errorCode  I
            0    3     2    message  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      errorCode  
      message    

  public void <init>(int, java.lang.String, java.lang.Throwable);
    descriptor: (ILjava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.osgi.service.application.ApplicationException this
        start local 1 // int errorCode
        start local 2 // java.lang.String message
        start local 3 // java.lang.Throwable cause
         0: .line 138
            aload 0 /* this */
            aload 2 /* message */
            aload 3 /* cause */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 139
            aload 0 /* this */
            iload 1 /* errorCode */
            putfield org.osgi.service.application.ApplicationException.errorCode:I
         2: .line 140
            return
        end local 3 // java.lang.Throwable cause
        end local 2 // java.lang.String message
        end local 1 // int errorCode
        end local 0 // org.osgi.service.application.ApplicationException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/osgi/service/application/ApplicationException;
            0    3     1  errorCode  I
            0    3     2    message  Ljava/lang/String;
            0    3     3      cause  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      errorCode  
      message    
      cause      

  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.service.application.ApplicationException this
         0: .line 151
            aload 0 /* this */
            invokespecial java.lang.Exception.getCause:()Ljava/lang/Throwable;
            areturn
        end local 0 // org.osgi.service.application.ApplicationException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/osgi/service/application/ApplicationException;

  public int getErrorCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.osgi.service.application.ApplicationException this
         0: .line 160
            aload 0 /* this */
            getfield org.osgi.service.application.ApplicationException.errorCode:I
            ireturn
        end local 0 // org.osgi.service.application.ApplicationException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/osgi/service/application/ApplicationException;
}
SourceFile: "ApplicationException.java"