Class AuditException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.audit.AuditException
All Implemented Interfaces:
Serializable

public class AuditException extends org.alfresco.error.AlfrescoRuntimeException
Audit related exceptions.
Author:
Andy Hind
See Also:
  • Constructor Details

    • AuditException

      public AuditException(String msgId)
      Simple message
      Parameters:
      msgId - String
    • AuditException

      public AuditException(String msgId, Object[] msgParams)
      I18n message
      Parameters:
      msgId - String
      msgParams - Object[]
    • AuditException

      public AuditException(String msgId, Throwable cause)
      Simple message ad nested exception
      Parameters:
      msgId - String
      cause - Throwable
    • AuditException

      public AuditException(String msgId, Object[] msgParams, Throwable cause)
      I18n message and exception.
      Parameters:
      msgId - String
      msgParams - Object[]
      cause - Throwable