public abstract static class SqlExceptionHelper.WarningHandlerLoggingSupport extends Object implements SqlExceptionHelper.WarningHandler
SqlExceptionHelper.WarningHandler implementations which handle warnings| Constructor and Description | 
|---|
SqlExceptionHelper.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, waitdoProcess, preparepublic SqlExceptionHelper.WarningHandlerLoggingSupport()
public final void handleWarning(SQLWarning warning)
SqlExceptionHelper.WarningHandlerhandleWarning in interface SqlExceptionHelper.WarningHandlerwarning - The warning to handle.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.