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

de.cronn.testutils.ThreadLeakException Maven / Gradle / Ivy

The newest version!
package de.cronn.testutils;

public class ThreadLeakException extends IllegalStateException {

	private static final long serialVersionUID = 1L;

	public ThreadLeakException(String message) {
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy