Freenet.node
Class DataNotReadyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
Freenet.node.DataNotReadyException
- All Implemented Interfaces:
- java.io.Serializable
- public class DataNotReadyException
- extends java.lang.Exception
Thrown if an attempt is made to access a data item before it is ready
(nescessary as Data items can be initialised concurrently)
- Version:
- 1.0
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| 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 |
DataNotReadyException
public DataNotReadyException()