Class NotCustomisableMetadataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.alfresco.module.org_alfresco_module_rm.CustomMetadataException
-
- org.alfresco.module.org_alfresco_module_rm.NotCustomisableMetadataException
-
- All Implemented Interfaces:
Serializable
public class NotCustomisableMetadataException extends CustomMetadataException
Deprecated.as of 2.1 seeNotCustomisableMetadataException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
MSG_NOT_CUSTOMISABLE
Deprecated.
-
Constructor Summary
Constructors Constructor Description NotCustomisableMetadataException(String aspectName)
Deprecated.
-
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_NOT_CUSTOMISABLE
public static final String MSG_NOT_CUSTOMISABLE
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NotCustomisableMetadataException
public NotCustomisableMetadataException(String aspectName)
Deprecated.
-
-