Package org.alfresco.repo.domain.propval
Class PropertyUniqueConstraintViolation
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.error.AlfrescoRuntimeException
-
- org.alfresco.repo.domain.propval.PropertyUniqueConstraintViolation
-
- All Implemented Interfaces:
Serializable
public class PropertyUniqueConstraintViolation extends AlfrescoRuntimeException
Exception generated when thePropertyValueDAO- Since:
- 3.2
- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyUniqueConstraintViolation(Serializable value1, Serializable value2, Serializable value3, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SerializablegetValue1()SerializablegetValue2()SerializablegetValue3()-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PropertyUniqueConstraintViolation
public PropertyUniqueConstraintViolation(Serializable value1, Serializable value2, Serializable value3, Throwable cause)
-
-
Method Detail
-
getValue1
public Serializable getValue1()
-
getValue2
public Serializable getValue2()
-
getValue3
public Serializable getValue3()
-
-