Package org.alfresco.repo.audit
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 Summary
ConstructorsConstructorDescriptionAuditException(String msgId) Simple messageAuditException(String msgId, Object[] msgParams) I18n messageAuditException(String msgId, Object[] msgParams, Throwable cause) I18n message and exception.AuditException(String msgId, Throwable cause) Simple message ad nested exception -
Method Summary
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuditException
Simple message- Parameters:
msgId- String
-
AuditException
I18n message- Parameters:
msgId- StringmsgParams- Object[]
-
AuditException
Simple message ad nested exception- Parameters:
msgId- Stringcause- Throwable
-
AuditException
I18n message and exception.- Parameters:
msgId- StringmsgParams- Object[]cause- Throwable
-