org.apache.jdo.impl.fostore
Class FOStoreLoginException

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.JDOFatalUserException
                          extended byorg.apache.jdo.impl.fostore.FOStoreLoginException
All Implemented Interfaces:
java.io.Serializable

public class FOStoreLoginException
extends javax.jdo.JDOFatalUserException

This is an exception which _should_ never be thrown, as it indicates an error in the implementation, such as a bug that has been found.

Author:
Dave Bristor
See Also:
Serialized Form

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-2007 Apache Software Foundation. All Rights Reserved.