Class MissingDataException

All Implemented Interfaces:
Serializable

public class MissingDataException extends RuntimeException
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:
Serialized Form
  • Constructor Details

    • MissingDataException

      public MissingDataException(Hash hash)
  • Method Details

    • getMissingHash

      public Hash getMissingHash()