class reactor.core.Exceptions$BubblingException extends reactor.core.Exceptions$ReactiveException
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: reactor.core.Exceptions$BubblingException
super_class: reactor.core.Exceptions$ReactiveException
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 2491425277432776142
void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial reactor.core.Exceptions$ReactiveException.<init>:(Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lreactor/core/Exceptions$BubblingException;
0 2 1 message Ljava/lang/String;
MethodParameters:
Name Flags
message
void <init>(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial reactor.core.Exceptions$ReactiveException.<init>:(Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lreactor/core/Exceptions$BubblingException;
0 2 1 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
cause
}
SourceFile: "Exceptions.java"
NestHost: reactor.core.Exceptions
InnerClasses:
BubblingException = reactor.core.Exceptions$BubblingException of reactor.core.Exceptions
ReactiveException = reactor.core.Exceptions$ReactiveException of reactor.core.Exceptions