public class org.aopalliance.instrument.UndoNotSupportedException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.aopalliance.instrument.UndoNotSupportedException
  super_class: java.lang.Exception
{
  public void <init>(org.aopalliance.instrument.Instrumentation);
    descriptor: (Lorg/aopalliance/instrument/Instrumentation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.aopalliance.instrument.UndoNotSupportedException this
        start local 1 // org.aopalliance.instrument.Instrumentation instrumentation
         0: .line 19
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Undo not supported for instrumentation: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* instrumentation */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 20
            return
        end local 1 // org.aopalliance.instrument.Instrumentation instrumentation
        end local 0 // org.aopalliance.instrument.UndoNotSupportedException this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/aopalliance/instrument/UndoNotSupportedException;
            0    2     1  instrumentation  Lorg/aopalliance/instrument/Instrumentation;
    MethodParameters:
                 Name  Flags
      instrumentation  
}
SourceFile: "UndoNotSupportedException.java"