java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.flexstor.common.threadmgr.NoSuchKeyException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoSuchKeyException
- extends java.lang.RuntimeException
Exception thrown if a caller of the NotificationManager attempts to call sleep(sKey) or wake(sKey)
on a Key not set by the NotificationManager itself.
Classes using NotificationManager are not required to catch or rethrow the exception at compilation
time.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchKeyException
public NoSuchKeyException(java.lang.String sKey)