Class EntityExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.data.exceptions.DataAccessException
io.micronaut.data.exceptions.EntityExistsException
- All Implemented Interfaces:
Serializable
Thrown when an insert operation fails because the entity already exists.
- Since:
- 5.0.0
- Author:
- Denis Stepanov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityExistsException(String message) Default constructor.EntityExistsException(String message, Throwable cause) Default constructor with the cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityExistsException
-
EntityExistsException
-