org.apache.jdo.impl.fostore
Class FOStoreFatalIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.jdo.JDOException
                  extended byjavax.jdo.JDOFatalException
                      extended byjavax.jdo.JDOFatalInternalException
                          extended byorg.apache.jdo.impl.fostore.FOStoreFatalInternalException
                              extended byorg.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

Field Summary
 
Fields inherited from class javax.jdo.JDOException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) FOStoreFatalIOException(java.lang.Class clz, java.lang.String methodName, java.lang.Exception nested)
           
 
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
 

Constructor Detail

FOStoreFatalIOException

FOStoreFatalIOException(java.lang.Class clz,
                        java.lang.String methodName,
                        java.lang.Exception nested)
Parameters:
clz - Class in which the exception is thrown.
methodName - Name of the method from which the exception is thrown.