net.jini.core.event
Class UnknownEventException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.jini.core.event.UnknownEventException

public class UnknownEventException
extends java.lang.Exception

An exception thrown when the recipient of a RemoteEvent does not recognize the combination of the event identifier and the event source as something in which it is interested. Throwing this exception has the effect of asking the sender to not send further notifications of this kind of event from this source in the future.

See Also:
Serialized Form

Constructor Summary
UnknownEventException()
          Constructs an UnknownEventException with no detail message.
UnknownEventException(java.lang.String reason)
          Constructs an UnknownEventException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownEventException

public UnknownEventException(java.lang.String reason)
Constructs an UnknownEventException with the specified detail message.

UnknownEventException

public UnknownEventException()
Constructs an UnknownEventException with no detail message.


Copyright © 1999 Sun Microsystems, Inc. All rights reserved