org.apache.jdo.impl.fostore
Class UpdateHandler.DoesNotExistException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jdo.impl.fostore.UpdateHandler.DoesNotExistException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UpdateHandler

private class UpdateHandler.DoesNotExistException
extends java.lang.Exception

Thrown by UpdateHandler.verify(org.apache.jdo.impl.fostore.OID, boolean, org.apache.jdo.impl.fostore.Block) if an object which should exist in the database, does not.


Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
private UpdateHandler.DoesNotExistException()
           
 
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

UpdateHandler.DoesNotExistException

private UpdateHandler.DoesNotExistException()