Class AuditModelException

  • All Implemented Interfaces:
    Serializable

    public class AuditModelException
    extends org.alfresco.error.AlfrescoRuntimeException
    Exceptions from the audit model package.
    Author:
    Andy Hind
    See Also:
    Serialized Form
    • Constructor Detail

      • AuditModelException

        public AuditModelException​(String msgId)
      • AuditModelException

        public AuditModelException​(String msgId,
                                   Object[] msgParams)
      • AuditModelException

        public AuditModelException​(String msgId,
                                   Throwable cause)
      • AuditModelException

        public AuditModelException​(String msgId,
                                   Object[] msgParams,
                                   Throwable cause)