Package org.bitcoinj.store
Class ChainFileLockedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bitcoinj.store.BlockStoreException
-
- org.bitcoinj.store.ChainFileLockedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ChainFileLockedException extends BlockStoreException
Thrown bySPVBlockStore
when the process cannot gain exclusive access to the chain file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChainFileLockedException(java.lang.String message)
ChainFileLockedException(java.lang.Throwable t)
-