com.emc.mongoose.api.common.exception.OmgDoesNotPerformException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-api-common Show documentation
Show all versions of mongoose-api-common Show documentation
Mongoose is a high-load storage performance testing tool
package com.emc.mongoose.api.common.exception;
/**
Created by kurila on 14.07.16.
*/
public class OmgDoesNotPerformException
extends OmgShootMyFootException {
public OmgDoesNotPerformException(final String msg) {
super(msg);
}
public OmgDoesNotPerformException(final Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy