Class UniqueConstraintViolationRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UniqueConstraintViolationRuntimeException
    extends MendixRuntimeException
    The exception that is thrown when a uniqueness constraint is violated in the database.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UniqueConstraintViolationRuntimeException

        public UniqueConstraintViolationRuntimeException​(java.lang.String message,
                                                         java.lang.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​(java.lang.String message)
        Creates an exception with the specified message.
        Parameters:
        message - the exception message