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