Class CustomMetadataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.alfresco.module.org_alfresco_module_rm.admin.CustomMetadataException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CannotApplyConstraintMetadataException
,InvalidCustomAspectMetadataException
,NotCustomisableMetadataException
,PropertyAlreadyExistsMetadataException
@AlfrescoPublicApi public abstract class CustomMetadataException extends Exception
Custom metadata exception.- Since:
- 2.1
- Author:
- Roy Wethearll
- See Also:
CustomMetadataException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomMetadataException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CustomMetadataException
public CustomMetadataException(String msg)
-
-