public class AuditException
extends org.alfresco.error.AlfrescoRuntimeException
| Constructor and Description |
|---|
AuditException(String msgId)
Simple message
|
AuditException(String msgId,
Object[] msgParams)
I18n message
|
AuditException(String msgId,
Object[] msgParams,
Throwable cause)
I18n message and exception.
|
AuditException(String msgId,
Throwable cause)
Simple message ad nested exception
|
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuditException(String msgId)
msgId - Stringpublic AuditException(String msgId, Object[] msgParams)
msgId - StringmsgParams - Object[]public AuditException(String msgId, Throwable cause)
msgId - Stringcause - ThrowableCopyright © 2005–2018 Alfresco Software. All rights reserved.