public abstract static class JDBCExceptionReporter.WarningHandlerLoggingSupport extends java.lang.Object implements JDBCExceptionReporter.WarningHandler
JDBCExceptionReporter.WarningHandler implementations which log| Constructor and Description |
|---|
JDBCExceptionReporter.WarningHandlerLoggingSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleWarning(java.sql.SQLWarning warning)
Handle an individual warning in the stack.
|
protected abstract void |
logWarning(java.lang.String description,
java.lang.String message)
Delegate to log common details of a
warning |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoProcess, preparepublic JDBCExceptionReporter.WarningHandlerLoggingSupport()
public final void handleWarning(java.sql.SQLWarning warning)
JDBCExceptionReporter.WarningHandlerhandleWarning in interface JDBCExceptionReporter.WarningHandlerwarning - The warning to handle.protected abstract void logWarning(java.lang.String description,
java.lang.String message)
warningdescription - A description of the warningmessage - The warning messageCopyright © 2013. All Rights Reserved.