GigaSpaces XAP 10.0.1 API

net.jini.core.event
Class UnknownEventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.jini.core.event.UnknownEventException
All Implemented Interfaces:
Serializable

public class UnknownEventException
extends 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.

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

Constructor Summary
UnknownEventException()
          Constructs an UnknownEventException with no detail message.
UnknownEventException(String reason)
          Constructs an UnknownEventException with the specified detail message.
 
Method Summary
 
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

UnknownEventException

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

Parameters:
reason - a String containing a detail message

UnknownEventException

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


GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.