ostore.dataobj
Class ReadUnsatisfiableException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ostore.dataobj.ReadUnsatisfiableException
- All Implemented Interfaces: 
- Serializable
- public class ReadUnsatisfiableException- extends Exception
A DataObject may throw a
  ReadUnsatisfiableException if an attempt is made to
  read a range not contained in the data object.  Because the read
  request is well-formed, the satisfiability of the request cannot
  be determined until it reaches the specific instance of the data
  object.
- Version: 
- $Id: ReadUnsatisfiableException.java,v 1.1 2002/04/22 06:37:47 eaton Exp $
- Author: 
- Patrick R. Eaton
- See Also: 
- Serialized Form
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |