Class PropertyAlreadyExistsMetadataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.alfresco.module.org_alfresco_module_rm.admin.CustomMetadataException
-
- org.alfresco.module.org_alfresco_module_rm.admin.PropertyAlreadyExistsMetadataException
-
- All Implemented Interfaces:
Serializable
@AlfrescoPublicApi public class PropertyAlreadyExistsMetadataException extends CustomMetadataException
Custom metadata exception.- Since:
- 2.1
- Author:
- Roy Wethearll
- See Also:
PropertyAlreadyExistsMetadataException
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
MSG_PROPERTY_ALREADY_EXISTS
-
Constructor Summary
Constructors Constructor Description PropertyAlreadyExistsMetadataException(String propIdAsString)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
MSG_PROPERTY_ALREADY_EXISTS
public static final String MSG_PROPERTY_ALREADY_EXISTS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PropertyAlreadyExistsMetadataException
public PropertyAlreadyExistsMetadataException(String propIdAsString)
-
-