br.com.anteros.nosql.persistence.mongodb.query.InvalidDataAccessApiUsageException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Anteros-NoSql-Persistence-MongoDB Show documentation
Show all versions of Anteros-NoSql-Persistence-MongoDB Show documentation
Anteros NoSQL Persistence MongoDB.
package br.com.anteros.nosql.persistence.mongodb.query;
import br.com.anteros.nosql.persistence.session.exception.NoSQLDataAccessException;
public class InvalidDataAccessApiUsageException extends NoSQLDataAccessException {
public InvalidDataAccessApiUsageException(String msg, Throwable cause) {
super(msg, cause);
}
public InvalidDataAccessApiUsageException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy