public class RemoteExceptionCoordinatorImpl extends java.lang.Object implements RemoteExceptionCoordinator
RemoteExceptionCoordinator.| Constructor and Description |
|---|
RemoteExceptionCoordinatorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRemoteExceptionListener(RemoteExceptionListener listener) |
void |
fireRemoteExceptionDidOccur(java.lang.Object source,
java.lang.Throwable exception)
Invoked by an object which has caught a remote exception of some
form.
|
void |
removeRemoteExceptionListener(RemoteExceptionListener listener) |
public RemoteExceptionCoordinatorImpl()
public void addRemoteExceptionListener(RemoteExceptionListener listener)
addRemoteExceptionListener in interface RemoteExceptionCoordinatorpublic void removeRemoteExceptionListener(RemoteExceptionListener listener)
removeRemoteExceptionListener in interface RemoteExceptionCoordinatorpublic void fireRemoteExceptionDidOccur(java.lang.Object source, java.lang.Throwable exception)
RemoteExceptionCoordinatorfireRemoteExceptionDidOccur in interface RemoteExceptionCoordinator