Class CustomMetadataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.alfresco.module.org_alfresco_module_rm.CustomMetadataException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CannotApplyConstraintMetadataException
,InvalidCustomAspectMetadataException
,NotCustomisableMetadataException
,PropertyAlreadyExistsMetadataException
public abstract class CustomMetadataException extends Exception
Deprecated.as of 2.1 seeCustomMetadataException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomMetadataException(String msg)
Deprecated.
-
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)
Deprecated.
-
-