Class SLF4JLoggingException

All Implemented Interfaces:
Serializable

public class SLF4JLoggingException extends RuntimeException
Exception thrown when the SLF4J adapter encounters a problem.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Generated serial version ID.
      See Also:
  • Constructor Details

    • SLF4JLoggingException

      public SLF4JLoggingException(String msg)
    • SLF4JLoggingException

      public SLF4JLoggingException(String msg, Exception ex)
    • SLF4JLoggingException

      public SLF4JLoggingException(Exception ex)