public class org.junit.TestCouldNotBeSkippedException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.junit.TestCouldNotBeSkippedException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>(org.junit.internal.AssumptionViolatedException);
    descriptor: (Lorg/junit/internal/AssumptionViolatedException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.junit.TestCouldNotBeSkippedException this
        start local 1 // org.junit.internal.AssumptionViolatedException cause
         0: .line 17
            aload 0 /* this */
            ldc "Test could not be skipped due to other failures"
            aload 1 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 18
            return
        end local 1 // org.junit.internal.AssumptionViolatedException cause
        end local 0 // org.junit.TestCouldNotBeSkippedException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/junit/TestCouldNotBeSkippedException;
            0    2     1  cause  Lorg/junit/internal/AssumptionViolatedException;
    MethodParameters:
       Name  Flags
      cause  
}
SourceFile: "TestCouldNotBeSkippedException.java"