Class RecordLinkRuntimeException

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

public class RecordLinkRuntimeException extends org.alfresco.error.AlfrescoRuntimeException
Record link exception class
Since:
2.3
Author:
Roy Wetherall
See Also:
  • Constructor Details

    • RecordLinkRuntimeException

      public RecordLinkRuntimeException(String msgId, Throwable cause)
    • RecordLinkRuntimeException

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

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

      public RecordLinkRuntimeException(String msgId)