javax.realtime
Class UnknownHappeningException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.realtime.UnknownHappeningException
All Implemented Interfaces:
java.io.Serializable

public class UnknownHappeningException
extends java.lang.Exception

This exception is used to indicate a situation where an instance of AsyncEvent attempts to bind to a happening that does not exist.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UnknownHappeningException()
          A constructor for UnknownHappeningException.
UnknownHappeningException(java.lang.String s)
          A descriptive constructor for UnknownHappeningException
 
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

UnknownHappeningException

public UnknownHappeningException()
A constructor for UnknownHappeningException.


UnknownHappeningException

public UnknownHappeningException(java.lang.String s)
A descriptive constructor for UnknownHappeningException

Parameters:
s - Description of the error.