Package org.bitcoinj.core
Class PrunedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bitcoinj.core.PrunedException
-
- All Implemented Interfaces:
java.io.Serializable
public class PrunedException extends java.lang.Exception
PrunedException is thrown in cases where a fully verifying node has deleted (pruned) old block data that turned out to be necessary for handling a re-org. Normally this should never happen unless you're playing with the testnet as the pruning parameters should be set very conservatively, such that an absolutely enormous re-org would be required to trigger it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrunedException(Sha256Hash hash)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sha256Hash
getHash()
-
-
-
Constructor Detail
-
PrunedException
public PrunedException(Sha256Hash hash)
-
-
Method Detail
-
getHash
public Sha256Hash getHash()
-
-