br.com.anteros.nosql.persistence.mongodb.session.NoSQLOptimisticLockingFailureException 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.session;
public class NoSQLOptimisticLockingFailureException extends RuntimeException {
public NoSQLOptimisticLockingFailureException() {
// TODO Auto-generated constructor stub
}
public NoSQLOptimisticLockingFailureException(String message) {
super(message);
// TODO Auto-generated constructor stub
}
public NoSQLOptimisticLockingFailureException(Throwable cause) {
super(cause);
// TODO Auto-generated constructor stub
}
public NoSQLOptimisticLockingFailureException(String message, Throwable cause) {
super(message, cause);
// TODO Auto-generated constructor stub
}
public NoSQLOptimisticLockingFailureException(String message, Throwable cause, boolean enableSuppression,
boolean writableStackTrace) {
super(message, cause, enableSuppression, writableStackTrace);
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy