All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.testng.internal.thread.ThreadExecutionException Maven / Gradle / Ivy

There is a newer version: 7.10.1
Show newest version
package org.testng.internal.thread;

/** Wrapper exception for ExecutionExceptions. */
public class ThreadExecutionException extends Exception {

  private static final long serialVersionUID = -7766644143333236263L;

  public ThreadExecutionException(Throwable t) {
    super(t);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy