com.google.bitcoin.core
Class BlockStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.bitcoin.core.BlockStoreException
- All Implemented Interfaces:
- Serializable
public class BlockStoreException
- extends Exception
Thrown when something goes wrong with storing a block. Examples: out of disk space.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BlockStoreException
public BlockStoreException(String message)
BlockStoreException
public BlockStoreException(Throwable t)
Copyright © 2011. All Rights Reserved.