com.emc.mongoose.run.scenario.ScenarioParseException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-run Show documentation
Show all versions of mongoose-run Show documentation
Mongoose is a high-load storage performance testing tool
The newest version!
package com.emc.mongoose.run.scenario;
/**
Created by andrey on 06.01.17.
*/
public final class ScenarioParseException
extends Exception {
public ScenarioParseException() {
super();
}
public ScenarioParseException(final String msg) {
super(msg);
}
public ScenarioParseException(final String msg, final Throwable cause) {
super(msg, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy