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

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

Introduction

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

The text is from its open source code.

Constructor

EmptyResultDataAccessException(String msg, int expectedSize)
Constructor for EmptyResultDataAccessException.
EmptyResultDataAccessException(String msg, int expectedSize, Throwable ex)
Constructor for EmptyResultDataAccessException.
EmptyResultDataAccessException(int expectedSize)
Constructor for EmptyResultDataAccessException.

Method

intgetActualSize()
Return the actual result size (or -1 if unknown).
ClassgetClass()
Returns the runtime class of this Object .
StringgetMessage()
Return the detail message, including the message from the nested exception if there is one.
inthashCode()
Returns a hash code value for the object.
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.
StringtoString()
Returns a short description of this throwable.