class sun.net.util.SocketExceptions$1 implements java.security.PrivilegedAction<java.io.IOException>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.net.util.SocketExceptions$1
super_class: java.lang.Object
{
private final java.io.IOException val$e;
descriptor: Ljava/io/IOException;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final java.lang.String val$msg;
descriptor: Ljava/lang/String;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(java.io.IOException, java.lang.String);
descriptor: (Ljava/io/IOException;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield sun.net.util.SocketExceptions$1.val$e:Ljava/io/IOException;
aload 0
aload 2
putfield sun.net.util.SocketExceptions$1.val$msg:Ljava/lang/String;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/util/SocketExceptions$1;
MethodParameters:
Name Flags
val$e final
val$msg final
public java.io.IOException run();
descriptor: ()Ljava/io/IOException;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=1
start local 0 0: aload 0
getfield sun.net.util.SocketExceptions$1.val$e:Ljava/io/IOException;
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
astore 1
start local 1 1: aload 1
iconst_1
anewarray java.lang.Class
dup
iconst_0
ldc Ljava/lang/String;
aastore
invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
astore 2
start local 2 2: aload 2
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield sun.net.util.SocketExceptions$1.val$msg:Ljava/lang/String;
aastore
invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.io.IOException
astore 3
start local 3 3: aload 3
aload 0
getfield sun.net.util.SocketExceptions$1.val$e:Ljava/io/IOException;
invokevirtual java.io.IOException.getStackTrace:()[Ljava/lang/StackTraceElement;
invokevirtual java.io.IOException.setStackTrace:([Ljava/lang/StackTraceElement;)V
4: aload 3
5: areturn
end local 3 end local 2 end local 1 6: StackMap locals:
StackMap stack: java.lang.Exception
pop
7: aload 0
getfield sun.net.util.SocketExceptions$1.val$e:Ljava/io/IOException;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/net/util/SocketExceptions$1;
1 6 1 clazz Ljava/lang/Class<*>;
2 6 2 ctor Ljava/lang/reflect/Constructor<*>;
3 6 3 e1 Ljava/io/IOException;
Exception table:
from to target type
0 5 6 Class java.lang.Exception
public java.lang.Object run();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual sun.net.util.SocketExceptions$1.run:()Ljava/io/IOException;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/io/IOException;>;
SourceFile: "SocketExceptions.java"
EnclosingMethod: sun.net.util.SocketExceptions.create:(Ljava/io/IOException;Ljava/lang/String;)Ljava/io/IOException;
NestHost: sun.net.util.SocketExceptions
InnerClasses:
sun.net.util.SocketExceptions$1