public abstract static class JDBCExceptionReporter.WarningHandlerLoggingSupport extends Object implements JDBCExceptionReporter.WarningHandler
JDBCExceptionReporter.WarningHandler
implementations which logConstructor and Description |
---|
WarningHandlerLoggingSupport() |
Modifier and Type | Method and Description |
---|---|
void |
handleWarning(SQLWarning warning)
Handle an individual warning in the stack.
|
protected abstract void |
logWarning(String description,
String message)
Delegate to log common details of a
warning |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doProcess, prepare
public final void handleWarning(SQLWarning warning)
JDBCExceptionReporter.WarningHandler
handleWarning
in interface JDBCExceptionReporter.WarningHandler
warning
- The warning to handle.Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved