ai.grakn.redismock.exception.InternalException Maven / Gradle / Ivy
package ai.grakn.redismock.exception;
/**
* Created by Xiaolu on 2015/4/22.
*/
public class InternalException extends RuntimeException {
public InternalException() {
super();
}
public InternalException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy