Class RecordMissingMetadataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.module.org_alfresco_module_rm.record.RecordMissingMetadataException
All Implemented Interfaces:
Serializable

public class RecordMissingMetadataException extends org.alfresco.error.AlfrescoRuntimeException
Record missing metadata exception class
Since:
2.6
Author:
Sara Aspery
See Also:
  • Constructor Details

    • RecordMissingMetadataException

      public RecordMissingMetadataException(String msgId, Throwable cause)
    • RecordMissingMetadataException

      public RecordMissingMetadataException(String msgId, Object[] msgParams, Throwable cause)
    • RecordMissingMetadataException

      public RecordMissingMetadataException(String msgId, Object[] msgParams)
    • RecordMissingMetadataException

      public RecordMissingMetadataException(String msgId)