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

com.github.bookong.zest.exceptions.LoadTestCaseFileException Maven / Gradle / Ivy

There is a newer version: 0.1.12
Show newest version
package com.github.bookong.zest.exceptions;

/**
 * @author jiangxu
 *
 */
public class LoadTestCaseFileException extends RuntimeException {
	private static final long serialVersionUID = 7794859278880687306L;

	public LoadTestCaseFileException(String message, Throwable cause) {
        super(message, cause);
    }
	
	public LoadTestCaseFileException(String message) {
        super(message);
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy