Package com.luciad.fusion.tilestore
Interface ILfnServiceFailureHandler
- All Superinterfaces:
ILfnFailureHandler
- All Known Subinterfaces:
ILfnDeleteTileHandler
,ILfnExportHandler
,ILfnGetTileHandler
,ILfnImportHandler
,ILfnPutTileHandler
A base handler to handle service failures, in addition to those already defined by the superinterface. Asynchronous
methods that may perform service requests require an asynchronous handler which is an extension of this interface.
- Since:
- 10.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
threw
(TLfnServiceException aException) Indicates a failure on the server.Methods inherited from interface com.luciad.fusion.tilestore.ILfnFailureHandler
cancelled, interrupted, threw, threw, threw
-
Method Details
-
threw
Indicates a failure on the server. These failures may relate to an invalid request of the client or also an internal server error, seeTLfnServiceException.getResponseCode()
.- Parameters:
aException
- the exception associated with the failure.
-