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 RemoteExceptionCoordinator
public void removeRemoteExceptionListener(RemoteExceptionListener listener)
removeRemoteExceptionListener
in interface RemoteExceptionCoordinator
public void fireRemoteExceptionDidOccur(java.lang.Object source, java.lang.Throwable exception)
RemoteExceptionCoordinator
fireRemoteExceptionDidOccur
in interface RemoteExceptionCoordinator