Class DbAppenderLoggingException

  • All Implemented Interfaces:
    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 Detail

      • DbAppenderLoggingException

        public DbAppenderLoggingException​(String message,
                                          Throwable cause)
        Constructs an exception with a message and underlying cause.
        Parameters:
        message - The reason for the exception
        cause - The underlying cause of the exception