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.AlfrescoRuntimeExceptionAudit related exceptions.- Author:
- Andy Hind
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuditException(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, makeRuntimeException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuditException
public AuditException(String msgId)
Simple message- Parameters:
msgId- String
-
AuditException
public AuditException(String msgId, Object[] msgParams)
I18n message- Parameters:
msgId- StringmsgParams- Object[]
-
AuditException
public AuditException(String msgId, Throwable cause)
Simple message ad nested exception- Parameters:
msgId- Stringcause- Throwable
-
-