ru.qatools.mongodb.error.InternalRepositoryException Maven / Gradle / Ivy
package ru.qatools.mongodb.error;
/**
* @author Ilya Sadykov
*/
public class InternalRepositoryException extends PessimisticException {
public InternalRepositoryException(String message) {
super(message);
}
public InternalRepositoryException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy