org.apache.jdo.impl.fostore
Class FOStoreFatalIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.jdo.JDOException
                  extended by javax.jdo.JDOFatalException
                      extended by javax.jdo.JDOFatalInternalException
                          extended by org.apache.jdo.impl.fostore.FOStoreFatalInternalException
                              extended by org.apache.jdo.impl.fostore.FOStoreFatalIOException
All Implemented Interfaces:
java.io.Serializable

public class FOStoreFatalIOException
extends FOStoreFatalInternalException

This is an exception which _should_ never be thrown, as it indicates an error in I/O traffic between client and server. It most likely indicates a bug in the implementation.

Author:
Dave Bristor
See Also:
Serialized Form

Method Summary
 
Methods inherited from class javax.jdo.JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.