public interface ExceptionHandler
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
handleException(RemotingException exception)
Called by the Remote Server upon an unexpected error. 
 | 
boolean | 
handleIOException(IOException exception)
Called by the Remote Server upon a read or write operation
 failure. 
 | 
boolean handleIOException(@Nonnull IOException exception)
exception - An Exception showing the cause of the
 problem.boolean handleException(@Nonnull RemotingException exception)
exception - An Exception showing the cause of the
 problem.Copyright © 2021. All rights reserved.