|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.sun.jini.example.cancellation.CallCancelledException
The exception CallCancelledException is thrown as a result
of a remote method execution when an attempt is made to cancel the call
during its execution (typically by another thread calling the
CallCancellation.cancelCall method on the proxy through
which the remote call was initiated). If this exception is thrown, it
is indeterminate whether the call reached the server, or was executed
partially or completely by the server.
| Field Summary |
| Fields inherited from class java.rmi.RemoteException |
detail |
| Constructor Summary | |
CallCancelledException()
Constructs a CallCancelledException instance. |
|
| Methods inherited from class java.rmi.RemoteException |
getCause, getMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CallCancelledException()
CallCancelledException instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||