Class SaUniqueConstraintViolationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SaUniqueConstraintViolationException
    extends SaSystemException
    Exception thrown when a document is created or updated and the value of a unique field already exists in another document.
    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

      • SaUniqueConstraintViolationException

        public SaUniqueConstraintViolationException​(java.lang.String errorMessage)
        Parameters:
        errorMessage - error message
      • SaUniqueConstraintViolationException

        public SaUniqueConstraintViolationException​(java.lang.String message,
                                                    java.lang.Throwable ex)
        Parameters:
        message - error message
        ex - original exception