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:
java.io.Serializable
public class PropertyUniqueConstraintViolation extends org.alfresco.error.AlfrescoRuntimeExceptionException generated when thePropertyValueDAO- Since:
- 3.2
- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyUniqueConstraintViolation(java.io.Serializable value1, java.io.Serializable value2, java.io.Serializable value3, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.SerializablegetValue1()java.io.SerializablegetValue2()java.io.SerializablegetValue3()-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-