Example usage for org.springframework.dao DataAccessResourceFailureException subclass-usage

List of usage examples for org.springframework.dao DataAccessResourceFailureException subclass-usage

Introduction

In this page you can find the example usage for org.springframework.dao DataAccessResourceFailureException subclass-usage.

Usage

From source file com._4dconcept.springframework.data.marklogic.datasource.CannotGetXdbcSessionException.java

/**
 * Fatal exception thrown when we can't connect to an Marklogic server using XDBC.
 *
 * @author Stephane Toussaint
 * @author Rod Johnson
 */

From source file nivance.jpa.cassandra.prepare.support.exception.CassandraConnectionFailureException.java

/**
 * Spring data access exception for Cassandra when no host is available.
 * 
 * @author Matthew T. Adams
 */
public class CassandraConnectionFailureException extends DataAccessResourceFailureException {

From source file com.joyveb.dbpimpl.cass.prepare.support.exception.CassandraConnectionFailureException.java

/**
 * Spring data access exception for Cassandra when no host is available.
 * 
 * @author Matthew T. Adams
 */
public class CassandraConnectionFailureException extends DataAccessResourceFailureException {

From source file org.dkpro.lab.storage.TaskContextNotFoundException.java

/**
 * Exception thrown when a task context could not be found, meaning that a task (possibly with a
 * certain configuration of discriminators) has never been executed or is outside of the scope.
 */
public class TaskContextNotFoundException extends DataAccessResourceFailureException {
    private static final long serialVersionUID = -4904156192329856494L;

From source file org.dkpro.lab.storage.UnresolvedImportException.java

/**
 * Exception thrown when an import cannot be resolved.
 */
public class UnresolvedImportException extends DataAccessResourceFailureException {
    private static final long serialVersionUID = -6316793159383062743L;