org.apache.logging.slf4j
Class SLF4JLoggingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.logging.slf4j.SLF4JLoggingException
All Implemented Interfaces:
Serializable

public class SLF4JLoggingException
extends RuntimeException

Exception thrown when the SLF4J apapter encounters a problem.

See Also:
Serialized Form

Constructor Summary
SLF4JLoggingException(Exception ex)
           
SLF4JLoggingException(String msg)
           
SLF4JLoggingException(String msg, Exception ex)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SLF4JLoggingException

public SLF4JLoggingException(String msg)

SLF4JLoggingException

public SLF4JLoggingException(String msg,
                             Exception ex)

SLF4JLoggingException

public SLF4JLoggingException(Exception ex)


Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.