Java org.springframework.dao InvalidDataAccessApiUsageException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.dao InvalidDataAccessApiUsageException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.dao InvalidDataAccessApiUsageException.

The text is from its open source code.

Subclass

org.springframework.dao.InvalidDataAccessApiUsageException has subclasses.
Click this link to see all its subclasses.

Constructor

InvalidDataAccessApiUsageException(String msg, Throwable cause)
Constructor for InvalidDataAccessApiUsageException.
InvalidDataAccessApiUsageException(String msg)
Constructor for InvalidDataAccessApiUsageException.

Method

booleancontains(@Nullable Class exType)
Check whether this exception contains an exception of the given type: either it is of the given class itself or it contains a nested cause of the given type.
StringgetMessage()
Return the detail message, including the message from the nested exception if there is one.