com.sun.jini.example.cancellation
Class CallCancelledException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended bycom.sun.jini.example.cancellation.CallCancelledException
All Implemented Interfaces:
java.io.Serializable

public class CallCancelledException
extends java.rmi.RemoteException

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.

Author:
Sun Microsystems, Inc.
See Also:
Serialized Form

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

CallCancelledException

public CallCancelledException()
Constructs a CallCancelledException instance.



Copyright © 2003 Sun Microsystems, Inc. All Rights Reserved.