Class 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:
    Serialized Form
    • Constructor Detail

      • 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)