public class java.rmi.RemoteException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.rmi.RemoteException
  super_class: java.io.IOException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -5148567311918794206

  public java.lang.Throwable detail;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.rmi.RemoteException this
         0: .line 68
            aload 0 /* this */
            invokespecial java.io.IOException.<init>:()V
         1: .line 69
            aload 0 /* this */
            aconst_null
            invokevirtual java.rmi.RemoteException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         2: .line 70
            return
        end local 0 // java.rmi.RemoteException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/rmi/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 // java.rmi.RemoteException this
        start local 1 // java.lang.String s
         0: .line 79
            aload 0 /* this */
            aload 1 /* s */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 80
            aload 0 /* this */
            aconst_null
            invokevirtual java.rmi.RemoteException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         2: .line 81
            return
        end local 1 // java.lang.String s
        end local 0 // java.rmi.RemoteException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/rmi/RemoteException;
            0    3     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.rmi.RemoteException this
        start local 1 // java.lang.String s
        start local 2 // java.lang.Throwable cause
         0: .line 92
            aload 0 /* this */
            aload 1 /* s */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 93
            aload 0 /* this */
            aconst_null
            invokevirtual java.rmi.RemoteException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         2: .line 94
            aload 0 /* this */
            aload 2 /* cause */
            putfield java.rmi.RemoteException.detail:Ljava/lang/Throwable;
         3: .line 95
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String s
        end local 0 // java.rmi.RemoteException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljava/rmi/RemoteException;
            0    4     1      s  Ljava/lang/String;
            0    4     2  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      s      
      cause  

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.rmi.RemoteException this
         0: .line 104
            aload 0 /* this */
            getfield java.rmi.RemoteException.detail:Ljava/lang/Throwable;
            ifnonnull 2
         1: .line 105
            aload 0 /* this */
            invokespecial java.io.IOException.getMessage:()Ljava/lang/String;
            areturn
         2: .line 107
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial java.io.IOException.getMessage:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "; nested exception is: \n\t"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 108
            aload 0 /* this */
            getfield java.rmi.RemoteException.detail:Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 107
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // java.rmi.RemoteException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/rmi/RemoteException;

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.rmi.RemoteException this
         0: .line 120
            aload 0 /* this */
            getfield java.rmi.RemoteException.detail:Ljava/lang/Throwable;
            areturn
        end local 0 // java.rmi.RemoteException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/rmi/RemoteException;
}
SourceFile: "RemoteException.java"