com.google.bitcoin.core
Class BlockStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
BlockStoreException(String message)
           
BlockStoreException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlockStoreException

public BlockStoreException(String message)

BlockStoreException

public BlockStoreException(Throwable t)


Copyright © 2011. All Rights Reserved.