Class MissingDataException

java.lang.Object
All Implemented Interfaces:
Serializable

public class MissingDataException extends FastRuntimeException
Exception thrown when an attempt is made to dereference a value that is not present in the current data store. Normally shouldn't be caught / referenced directly. Requires special handling by Peers.
See Also: