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

  public void <init>(java.lang.String, java.lang.Exception);
    descriptor: (Ljava/lang/String;Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.rmi.ServerRuntimeException this
        start local 1 // java.lang.String s
        start local 2 // java.lang.Exception ex
         0: .line 63
            aload 0 /* this */
            aload 1 /* s */
            aload 2 /* ex */
            invokespecial java.rmi.RemoteException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 64
            return
        end local 2 // java.lang.Exception ex
        end local 1 // java.lang.String s
        end local 0 // java.rmi.ServerRuntimeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/rmi/ServerRuntimeException;
            0    2     1     s  Ljava/lang/String;
            0    2     2    ex  Ljava/lang/Exception;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      s     
      ex    
}
SourceFile: "ServerRuntimeException.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()