Class AuditLoggerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
se.swedenconnect.signservice.audit.AuditLoggerException
All Implemented Interfaces:
Serializable

public class AuditLoggerException extends RuntimeException
Runtime exception class that is thrown if audit logging fails. There are basically two types of failures:
  • The underlying logging system reports an error, or,
  • An audit event is incorrect, for example missing some of its mandatory data.
See Also:
  • Constructor Details

    • AuditLoggerException

      public AuditLoggerException(String message)
      Constructor setting the error message.
      Parameters:
      message - the error message
    • AuditLoggerException

      public AuditLoggerException(String message, Throwable cause)
      Constructor setting the error message and the cause of the error.
      Parameters:
      message - the error message
      cause - the cause of the error