Class LoggingException

All Implemented Interfaces:
Serializable

public class LoggingException extends RuntimeException
This exception is thrown if something goes wrong during logging.
See Also:
  • Constructor Details

    • LoggingException

      public LoggingException(String message, Throwable cause)
      Creates an exception with the specified message and cause.
      Parameters:
      message - the exception message
      cause - the underlying cause of this exception
    • LoggingException

      public LoggingException(String message)
      Creates an exception with the specified message.
      Parameters:
      message - the exception message