public interface CentralRPCErrorHandlerIF
| Modifier and Type | Method and Description |
|---|---|
void |
handleRPCFailureCentrally(Throwable caught,
org.dmd.dmp.shared.generated.dmo.RequestDMO request)
Overload this method to perform whatever error handling is required.
|
void handleRPCFailureCentrally(Throwable caught, org.dmd.dmp.shared.generated.dmo.RequestDMO request)
caught - the RPC error information.request - the original request.Copyright © 2019. All rights reserved.