Class DbAppenderLoggingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.logging.log4j.LoggingException
-
- org.apache.logging.log4j.core.appender.AppenderLoggingException
-
- org.apache.logging.log4j.core.appender.db.DbAppenderLoggingException
-
- All Implemented Interfaces:
java.io.Serializable
public class DbAppenderLoggingException extends AppenderLoggingException
Wraps a database exception like a JDBC SQLException. Use this class to distinguish exceptions specifically caught from database layers like JDBC.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DbAppenderLoggingException(java.lang.String message, java.lang.Throwable cause)
-