Class DuplicateAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.error.AlfrescoRuntimeException
-
- org.alfresco.service.cmr.attributes.DuplicateAttributeException
-
- All Implemented Interfaces:
java.io.Serializable
public class DuplicateAttributeException extends org.alfresco.error.AlfrescoRuntimeExceptionException generated by attempting to create a duplicate attribute- Since:
- 3.4
- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateAttributeException(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
-
-