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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecordMissingMetadataException(String msgId)
RecordMissingMetadataException(String msgId, Object[] msgParams)
RecordMissingMetadataException(String msgId, Object[] msgParams, Throwable cause)
RecordMissingMetadataException(String msgId, Throwable cause)
-
Method Summary
-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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)
-
-