public class AuditException extends Exception
| Constructor and Description |
|---|
AuditException(String message)
Constructs an AuditException using the given
message. |
AuditException(String message,
Throwable cause)
Constructs an AuditException using the given
message and parent cause. |
AuditException(Throwable cause)
Constructs an AuditException using the given parent
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuditException(Throwable cause)
cause.cause - Error causepublic AuditException(String message)
message.message - Error messageCopyright © 2025 Open Identity Platform Community. All rights reserved.