java.lang.Object
java.lang.Throwable
java.lang.Exception
is.codion.common.db.exception.DatabaseException
is.codion.common.db.exception.UpdateException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RecordModifiedException
An exception indicating a failed update operation
- See Also:
-
Constructor Summary
-
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
-
UpdateException
Instantiates a newUpdateException
- Parameters:
message
- the message
-