Module is.codion.common.db
Package is.codion.common.db.exception
Class MultipleRecordsFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
is.codion.common.db.exception.DatabaseException
is.codion.common.db.exception.MultipleRecordsFoundException
- All Implemented Interfaces:
Serializable
Exception used when one record was expected but many were found.
- See Also:
-
Constructor Summary
ConstructorDescriptionMultipleRecordsFoundException
(String message) Instantiates a new MultipleRecordsFoundException -
Method Summary
Methods inherited from class is.codion.common.db.exception.DatabaseException
errorCode, setStackTrace, sqlState, statement
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
Constructor Details
-
MultipleRecordsFoundException
Instantiates a new MultipleRecordsFoundException- Parameters:
message
- the exception message
-