public interface RMIFaultHandler
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
onFault(RMIHandler rMIHandler,
java.lang.Exception exception)
Invoked when a non reliable exception was generated by the specified
RMIHandler object, that was certainly disposed, . |
void onFault(RMIHandler rMIHandler, java.lang.Exception exception) throws java.lang.Throwable
RMIHandler
object, that was certainly disposed, .rMIHandler
- the disposed RMIHandler
objectexception
- the thrown exceptionjava.lang.Throwable
- if the underlying implementation RMIFaultHandler
throws something