Class UniqueConstraintViolationRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mendix.systemwideinterfaces.MendixRuntimeException
com.mendix.systemwideinterfaces.connectionbus.data.UniqueConstraintViolationRuntimeException
All Implemented Interfaces:
Serializable

public class UniqueConstraintViolationRuntimeException extends MendixRuntimeException
The exception that is thrown when a uniqueness constraint is violated in the database.
See Also:
  • Constructor Details

    • UniqueConstraintViolationRuntimeException

      public UniqueConstraintViolationRuntimeException(String message, Throwable cause)
      Creates an exception with the specified message and cause.
      Parameters:
      message - the exception message
      cause - the underlying cause of this exception
    • UniqueConstraintViolationRuntimeException

      public UniqueConstraintViolationRuntimeException(String message)
      Creates an exception with the specified message.
      Parameters:
      message - the exception message