class org.springframework.transaction.reactive.TransactionContextManager$NoTransactionInContextException extends org.springframework.transaction.NoTransactionException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.transaction.reactive.TransactionContextManager$NoTransactionInContextException
  super_class: org.springframework.transaction.NoTransactionException
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.reactive.TransactionContextManager$NoTransactionInContextException this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import reactor.core.publisher.Flux cannot be resolved\n\tThe import reactor.core.publisher.Mono cannot be resolved\n\tThe import reactor.util cannot be resolved\n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n\tContext cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tThis lambda expression refers to the missing type Context\n\tContext cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tThis lambda expression refers to the missing type Context\n\tContext cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tThis lambda expression refers to the missing type Context\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.reactive.TransactionContextManager$NoTransactionInContextException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/reactive/TransactionContextManager$NoTransactionInContextException;

  public synchronized java.lang.Throwable fillInStackTrace();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.reactive.TransactionContextManager$NoTransactionInContextException this
         0: .line 124
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.reactive.TransactionContextManager$NoTransactionInContextException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/reactive/TransactionContextManager$NoTransactionInContextException;
}
SourceFile: "TransactionContextManager.java"
NestHost: org.springframework.transaction.reactive.TransactionContextManager
InnerClasses:
  private NoTransactionInContextException = org.springframework.transaction.reactive.TransactionContextManager$NoTransactionInContextException of org.springframework.transaction.reactive.TransactionContextManager