public class AuditException extends Exception
Constructor and Description |
---|
AuditException(String message)
Creates an AuditException with any relevant diagnostic
information about the error - such as the likely cause -
for instance insufficient information to write an audit
record
|
AuditException(String message,
Throwable cause)
Creates an AuditException that wraps an underlying
Throwable which has been encountered
when try to write the audit record as well as any
additional diagnostic information about the error |
AuditException(Throwable cause)
Creates an AuditException that wraps an underlying
Throwable which has been encountered
when try to write the audit record |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuditException(String message)
message
- The diagnostic message about the
the error conditionpublic AuditException(Throwable cause)
Throwable
which has been encountered
when try to write the audit recordcause
- The Throwable
containing
the root cause for the AuditExceptionpublic AuditException(String message, Throwable cause)
Throwable
which has been encountered
when try to write the audit record as well as any
additional diagnostic information about the errormessage
- The diagnostic message about the
the error conditioncause
- The Throwable
containing
the root cause for the AuditExceptionAll content is available under the Open Government Licence, except where otherwise stated
All example source code is available under Apache 2.0, except where otherwise stated