Class UniqueFieldValueConstraintViolationException

    • Constructor Summary

      Constructors 
      Constructor Description
      UniqueFieldValueConstraintViolationException​(java.lang.String className, java.lang.String fieldName)
      Constructor with a message composed from the class and field name of the entity causing the exception.
    • 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

      • UniqueFieldValueConstraintViolationException

        public UniqueFieldValueConstraintViolationException​(java.lang.String className,
                                                            java.lang.String fieldName)
        Constructor with a message composed from the class and field name of the entity causing the exception.
        Parameters:
        className - class, which caused the exception
        fieldName - field, which caused the exception