ostore.util
Class BlockNotGuidVerifiableException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ostore.util.BlockNotGuidVerifiableException
- All Implemented Interfaces: 
 - Serializable
 
- public class BlockNotGuidVerifiableException
- extends Exception
  
  The BlockNotGuidVerifiableException is thrown when
  an attempt is made to compute or verify the guid of a block that
  that has not yet been archived.  Blocks that have not been
  archived lack the fhash, the secure hash at the root
  of the verification tree constructed from the erasure-encoded
  fragments, and thus cannot compute their own guid.
  
- Version: 
 
  - $Id: BlockNotGuidVerifiableException.java,v 1.2 2001/10/18 00:20:03 eaton Exp $
 
- Author: 
 
  - Patrick R. Eaton
 
- See Also: 
 VerifiableBlock, 
Serialized Form
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
BlockNotGuidVerifiableException
public BlockNotGuidVerifiableException(String msg)