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

com.hazelcast.stabilizer.tests.IllegalTestException Maven / Gradle / Ivy

The newest version!
package com.hazelcast.stabilizer.tests;

/**
 * Exception thrown when a Test is not valid, e.g. it has no method with a @Run annotation.
 */
public class IllegalTestException extends RuntimeException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy