Class CannotApplyConstraintMetadataException
- 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.CannotApplyConstraintMetadataException
-
- All Implemented Interfaces:
Serializable
public class CannotApplyConstraintMetadataException extends CustomMetadataException
Custom metadata exception.- Since:
- 2.1
- Author:
- Roy Wethearll
- See Also:
CannotApplyConstraintMetadataException
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
MSG_CANNOT_APPLY_CONSTRAINT
-
Constructor Summary
Constructors Constructor Description CannotApplyConstraintMetadataException(org.alfresco.service.namespace.QName lovConstraint, String propIdAsString, org.alfresco.service.namespace.QName dataType)
-
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_CANNOT_APPLY_CONSTRAINT
public static final String MSG_CANNOT_APPLY_CONSTRAINT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CannotApplyConstraintMetadataException
public CannotApplyConstraintMetadataException(org.alfresco.service.namespace.QName lovConstraint, String propIdAsString, org.alfresco.service.namespace.QName dataType)
-
-