Module is.codion.framework.db.core
Package is.codion.framework.db.exception
Class MultipleEntitiesFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
is.codion.common.db.exception.DatabaseException
is.codion.framework.db.exception.MultipleEntitiesFoundException
- All Implemented Interfaces:
Serializable
Exception used when one entity was expected but many were found.
- See Also:
-
Field Summary
Fields inherited from class is.codion.common.db.exception.DatabaseException
SQL_STATE_NO_DATA -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new MultipleFoundException -
Method Summary
Methods inherited from class is.codion.common.db.exception.DatabaseException
errorCode, setStackTrace, sqlState, statementMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
Constructor Details
-
MultipleEntitiesFoundException
Instantiates a new MultipleFoundException- Parameters:
message- the exception message
-