public class org.springframework.remoting.support.RemoteInvocationResult implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.remoting.support.RemoteInvocationResult
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2138555143707773549

  private java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.Throwable exception;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.remoting.support.RemoteInvocationResult this
        start local 1 // java.lang.Object value
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 0 /* this */
            aload 1 /* value */
            putfield org.springframework.remoting.support.RemoteInvocationResult.value:Ljava/lang/Object;
         2: .line 58
            return
        end local 1 // java.lang.Object value
        end local 0 // org.springframework.remoting.support.RemoteInvocationResult this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/springframework/remoting/support/RemoteInvocationResult;
            0    3     1  value  Ljava/lang/Object;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
       Name  Flags
      value  

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.remoting.support.RemoteInvocationResult this
        start local 1 // java.lang.Throwable exception
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 0 /* this */
            aload 1 /* exception */
            putfield org.springframework.remoting.support.RemoteInvocationResult.exception:Ljava/lang/Throwable;
         2: .line 67
            return
        end local 1 // java.lang.Throwable exception
        end local 0 // org.springframework.remoting.support.RemoteInvocationResult this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/springframework/remoting/support/RemoteInvocationResult;
            0    3     1  exception  Ljava/lang/Throwable;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
           Name  Flags
      exception  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.remoting.support.RemoteInvocationResult this
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            return
        end local 0 // org.springframework.remoting.support.RemoteInvocationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/remoting/support/RemoteInvocationResult;

  public void setValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.remoting.support.RemoteInvocationResult this
        start local 1 // java.lang.Object value
         0: .line 87
            aload 0 /* this */
            aload 1 /* value */
            putfield org.springframework.remoting.support.RemoteInvocationResult.value:Ljava/lang/Object;
         1: .line 88
            return
        end local 1 // java.lang.Object value
        end local 0 // org.springframework.remoting.support.RemoteInvocationResult this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/springframework/remoting/support/RemoteInvocationResult;
            0    2     1  value  Ljava/lang/Object;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
       Name  Flags
      value  

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.remoting.support.RemoteInvocationResult this
         0: .line 97
            aload 0 /* this */
            getfield org.springframework.remoting.support.RemoteInvocationResult.value:Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.remoting.support.RemoteInvocationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/remoting/support/RemoteInvocationResult;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void setException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.remoting.support.RemoteInvocationResult this
        start local 1 // java.lang.Throwable exception
         0: .line 108
            aload 0 /* this */
            aload 1 /* exception */
            putfield org.springframework.remoting.support.RemoteInvocationResult.exception:Ljava/lang/Throwable;
         1: .line 109
            return
        end local 1 // java.lang.Throwable exception
        end local 0 // org.springframework.remoting.support.RemoteInvocationResult this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/springframework/remoting/support/RemoteInvocationResult;
            0    2     1  exception  Ljava/lang/Throwable;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
           Name  Flags
      exception  

  public java.lang.Throwable getException();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.remoting.support.RemoteInvocationResult this
         0: .line 118
            aload 0 /* this */
            getfield org.springframework.remoting.support.RemoteInvocationResult.exception:Ljava/lang/Throwable;
            areturn
        end local 0 // org.springframework.remoting.support.RemoteInvocationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/remoting/support/RemoteInvocationResult;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public boolean hasException();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.remoting.support.RemoteInvocationResult this
         0: .line 129
            aload 0 /* this */
            getfield org.springframework.remoting.support.RemoteInvocationResult.exception:Ljava/lang/Throwable;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.springframework.remoting.support.RemoteInvocationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/remoting/support/RemoteInvocationResult;

  public boolean hasInvocationTargetException();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.remoting.support.RemoteInvocationResult this
         0: .line 138
            aload 0 /* this */
            getfield org.springframework.remoting.support.RemoteInvocationResult.exception:Ljava/lang/Throwable;
            instanceof java.lang.reflect.InvocationTargetException
            ireturn
        end local 0 // org.springframework.remoting.support.RemoteInvocationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/remoting/support/RemoteInvocationResult;

  public java.lang.Object recreate();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.springframework.remoting.support.RemoteInvocationResult this
         0: .line 151
            aload 0 /* this */
            getfield org.springframework.remoting.support.RemoteInvocationResult.exception:Ljava/lang/Throwable;
            ifnull 6
         1: .line 152
            aload 0 /* this */
            getfield org.springframework.remoting.support.RemoteInvocationResult.exception:Ljava/lang/Throwable;
            astore 1 /* exToThrow */
        start local 1 // java.lang.Throwable exToThrow
         2: .line 153
            aload 0 /* this */
            getfield org.springframework.remoting.support.RemoteInvocationResult.exception:Ljava/lang/Throwable;
            instanceof java.lang.reflect.InvocationTargetException
            ifeq 4
         3: .line 154
            aload 0 /* this */
            getfield org.springframework.remoting.support.RemoteInvocationResult.exception:Ljava/lang/Throwable;
            checkcast java.lang.reflect.InvocationTargetException
            invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
            astore 1 /* exToThrow */
         4: .line 156
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 1 /* exToThrow */
            invokestatic org.springframework.remoting.support.RemoteInvocationUtils.fillInClientStackTraceIfPossible:(Ljava/lang/Throwable;)V
         5: .line 157
            aload 1 /* exToThrow */
            athrow
        end local 1 // java.lang.Throwable exToThrow
         6: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.remoting.support.RemoteInvocationResult.value:Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.remoting.support.RemoteInvocationResult this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/springframework/remoting/support/RemoteInvocationResult;
            2    6     1  exToThrow  Ljava/lang/Throwable;
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "RemoteInvocationResult.java"