Package org.bitcoinj.store
Class BlockStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bitcoinj.store.BlockStoreException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 ChainFileLockedException
Thrown when something goes wrong with storing a block. Examples: out of disk space.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionBlockStoreException(String message) BlockStoreException(String message, Throwable t)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
BlockStoreException
 - 
BlockStoreException
 - 
BlockStoreException
 
 -