Package com.impossibl.postgres.protocol
Interface RequestExecutor.ErrorHandler
-
- All Known Subinterfaces:
RequestExecutor.ExecuteHandler,RequestExecutor.ExtendedQueryHandler,RequestExecutor.FunctionCallHandler,RequestExecutor.PrepareHandler,RequestExecutor.QueryHandler,RequestExecutor.ResumeHandler,RequestExecutor.SynchronizedHandler
- All Known Implementing Classes:
RequestExecutorHandlers.AnyQueryResult,RequestExecutorHandlers.CompositeQueryResults,RequestExecutorHandlers.ExecuteResult,RequestExecutorHandlers.PrepareResult,RequestExecutorHandlers.QueryResult,RequestExecutorHandlers.Result,RequestExecutorHandlers.SynchronizedResult
- Enclosing interface:
- RequestExecutor
public static interface RequestExecutor.ErrorHandlerBase type handler for all requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleError(java.lang.Throwable cause, java.util.List<Notice> notices)
-
-
-
Method Detail
-
handleError
void handleError(java.lang.Throwable cause, java.util.List<Notice> notices) throws java.io.IOException- Throws:
java.io.IOException
-
-