All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.qatools.mongodb.error.PessimisticException Maven / Gradle / Ivy

package ru.qatools.mongodb.error;

/**
 * @author Ilya Sadykov
 */
public class PessimisticException extends RuntimeException {
    public PessimisticException(String message) {
        super(message);
    }

    public PessimisticException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy