Class EntityExistsException

All Implemented Interfaces:
Serializable

public class EntityExistsException extends DataAccessException
Thrown when an insert operation fails because the entity already exists.
Since:
5.0.0
Author:
Denis Stepanov
See Also:
  • Constructor Details

    • EntityExistsException

      public EntityExistsException(String message)
      Default constructor.
      Parameters:
      message - The message
    • EntityExistsException

      public EntityExistsException(String message, Throwable cause)
      Default constructor with the cause.
      Parameters:
      message - The message
      cause - The cause