org.apache.jdo.impl.fostore
Class FOStoreLoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOFatalException
javax.jdo.JDOFatalUserException
org.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
Field Summary |
private static org.apache.jdo.util.I18NHelper |
msg
I18N support. |
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) |
FOStoreLoginException(java.lang.String dbname,
java.lang.String user,
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 |
msg
private static final org.apache.jdo.util.I18NHelper msg
- I18N support.
FOStoreLoginException
FOStoreLoginException(java.lang.String dbname,
java.lang.String user,
java.lang.Exception nested)
- Parameters:
nested
- Exception which caused failure
thrown.