public class android.os.RemoteException extends android.util.AndroidException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.os.RemoteException
  super_class: android.util.AndroidException
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.os.RemoteException this
         0: .line 26
            aload 0 /* this */
            invokespecial android.util.AndroidException.<init>:()V
         1: .line 27
            return
        end local 0 // android.os.RemoteException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/os/RemoteException;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.RemoteException this
        start local 1 // java.lang.String message
         0: .line 30
            aload 0 /* this */
            aload 1 /* message */
            invokespecial android.util.AndroidException.<init>:(Ljava/lang/String;)V
         1: .line 31
            return
        end local 1 // java.lang.String message
        end local 0 // android.os.RemoteException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/os/RemoteException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public void <init>(java.lang.String, java.lang.Throwable, boolean, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // android.os.RemoteException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable cause
        start local 3 // boolean enableSuppression
        start local 4 // boolean writableStackTrace
         0: .line 36
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* cause */
            iload 3 /* enableSuppression */
            iload 4 /* writableStackTrace */
            invokespecial android.util.AndroidException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
         1: .line 37
            return
        end local 4 // boolean writableStackTrace
        end local 3 // boolean enableSuppression
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String message
        end local 0 // android.os.RemoteException this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Landroid/os/RemoteException;
            0    2     1             message  Ljava/lang/String;
            0    2     2               cause  Ljava/lang/Throwable;
            0    2     3   enableSuppression  Z
            0    2     4  writableStackTrace  Z
    MethodParameters:
                    Name  Flags
      message             
      cause               
      enableSuppression   
      writableStackTrace  

  public java.lang.RuntimeException rethrowAsRuntimeException();
    descriptor: ()Ljava/lang/RuntimeException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.RemoteException this
         0: .line 41
            new java.lang.RuntimeException
            dup
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 0 // android.os.RemoteException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/RemoteException;

  public java.lang.RuntimeException rethrowFromSystemServer();
    descriptor: ()Ljava/lang/RuntimeException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.os.RemoteException this
         0: .line 58
            aload 0 /* this */
            instanceof android.os.DeadObjectException
            ifeq 2
         1: .line 59
            new java.lang.RuntimeException
            dup
            new android.os.DeadSystemException
            dup
            invokespecial android.os.DeadSystemException.<init>:()V
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
         2: .line 61
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 0 // android.os.RemoteException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/os/RemoteException;
}
SourceFile: "RemoteException.java"