public class UniqueFieldValueConstraintViolationException extends ConstraintViolationException
ChainedRuntimeException.ChainedRuntimeExceptionMixin| Constructor and 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.
|
public UniqueFieldValueConstraintViolationException(java.lang.String className,
java.lang.String fieldName)
className - class, which caused the exceptionfieldName - field, which caused the exception