org.apache.logging.log4j.core.appender
Class AppenderLoggingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.logging.log4j.LoggingException
                  extended by org.apache.logging.log4j.core.appender.AppenderLoggingException
All Implemented Interfaces:
Serializable

public class AppenderLoggingException
extends org.apache.logging.log4j.LoggingException

Thrown from an appender when a log event could not be written. Appenders should not thrown an exception if an error occurs that does not stop the event from being successfully written. Those types of errors should be logged using the StatusLogger. Appenders should only throw exceptions when an error prevents an event from being written. Appenders must throw an exception in this case so that error-handling features like the FailoverAppender work properly. Also note that appenders must provide a way to suppress exceptions when the user desires and abide by that instruction. See Appender.ignoreExceptions(), which is the standard way to do this.

See Also:
Serialized Form

Constructor Summary
AppenderLoggingException(String message)
          Construct an exception with a message.
AppenderLoggingException(String message, Throwable cause)
          Construct an exception with a message and underlying cause.
AppenderLoggingException(Throwable cause)
          Construct an exception with an underlying cause.
 
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

AppenderLoggingException

public AppenderLoggingException(String message)
Construct an exception with a message.

Parameters:
message - The reason for the exception

AppenderLoggingException

public AppenderLoggingException(String message,
                                Throwable cause)
Construct an exception with a message and underlying cause.

Parameters:
message - The reason for the exception
cause - The underlying cause of the exception

AppenderLoggingException

public AppenderLoggingException(Throwable cause)
Construct an exception with an underlying cause.

Parameters:
cause - The underlying cause of the exception


Copyright © 1999-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.