|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.realtime.UnknownHappeningException
This exception is used to indicate a situation where an
instance of AsyncEvent
attempts to bind to a happening that does not exist.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
UnknownHappeningException()
A constructor for UnknownHappeningException . |
|
UnknownHappeningException(java.lang.String description)
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 |
public UnknownHappeningException()
UnknownHappeningException
.
public UnknownHappeningException(java.lang.String description)
UnknownHappeningException
.
description
- Description of the error.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |