Class FailedAuditException

All Implemented Interfaces:
Serializable

public class FailedAuditException extends RuntimeException
Represents an exception thrown when an audit log fails to be written.
See Also:
  • Constructor Details

    • FailedAuditException

      public FailedAuditException(String message)
      Constructs a new failed audit exception.
      Parameters:
      message - The message to display.
    • FailedAuditException

      public FailedAuditException(String message, Throwable cause)
      Constructs a new failed audit exception.
      Parameters:
      message - The message to display.
      cause - The cause of the exception.
    • FailedAuditException

      public FailedAuditException(Throwable cause)
      Constructs a new failed audit exception.
      Parameters:
      cause - The cause of the exception.
    • FailedAuditException

      public FailedAuditException()
      Constructs a new failed audit exception.