public class RecordNotFoundException
extends org.springframework.dao.IncorrectResultSizeDataAccessException
| Constructor and Description |
|---|
RecordNotFoundException()
Constructor for IncorrectResultSizeDataAccessException.
|
RecordNotFoundException(int expectedSize)
Constructor for IncorrectResultSizeDataAccessException.
|
RecordNotFoundException(int expectedSize,
int actualSize)
Constructor for IncorrectResultSizeDataAccessException.
|
RecordNotFoundException(String msg)
Constructor for IncorrectResultSizeDataAccessException.
|
RecordNotFoundException(String msg,
int expectedSize)
Constructor for IncorrectResultSizeDataAccessException.
|
RecordNotFoundException(String msg,
int expectedSize,
int actualSize)
Constructor for IncorrectResultSizeDataAccessException.
|
RecordNotFoundException(String msg,
int expectedSize,
int actualSize,
Throwable ex)
Constructor for IncorrectResultSizeDataAccessException.
|
RecordNotFoundException(String msg,
int expectedSize,
Throwable ex)
Constructor for IncorrectResultSizeDataAccessException.
|
RecordNotFoundException(String msg,
Throwable ex)
Constructor for IncorrectResultSizeDataAccessException.
|
getActualSize, getExpectedSizecontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RecordNotFoundException()
public RecordNotFoundException(String msg)
msg - the detail messagepublic RecordNotFoundException(String msg, Throwable ex)
msg - the detail messageex - the wrapped exceptionpublic RecordNotFoundException(int expectedSize)
expectedSize - the expected result sizepublic RecordNotFoundException(int expectedSize,
int actualSize)
expectedSize - the expected result sizeactualSize - the actual result size (or -1 if unknown)public RecordNotFoundException(String msg, int expectedSize)
msg - the detail messageexpectedSize - the expected result sizepublic RecordNotFoundException(String msg, int expectedSize, Throwable ex)
msg - the detail messageexpectedSize - the expected result sizeex - the wrapped exceptionpublic RecordNotFoundException(String msg, int expectedSize, int actualSize)
msg - the detail messageexpectedSize - the expected result sizeactualSize - the actual result size (or -1 if unknown)public RecordNotFoundException(String msg, int expectedSize, int actualSize, Throwable ex)
msg - the detail messageexpectedSize - the expected result sizeactualSize - the actual result size (or -1 if unknown)ex - the wrapped exceptionCopyright © 2017. All rights reserved.