com.sun.jini.example.cancellation
Class NoSuchCallException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.jini.example.cancellation.NoSuchCallException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchCallException
extends java.lang.Exception

The checked exception NoSuchCallException is thrown by the CallCancellation.cancelCall method if no remote call is currently executing in the given thread.

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

Constructor Summary
NoSuchCallException()
          Constructs a NoSuchCallException instance.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

NoSuchCallException

public NoSuchCallException()
Constructs a NoSuchCallException instance.



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