org.apache.jdo.impl.fostore
Class FOStoreUnsupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOFatalException
org.apache.jdo.impl.fostore.FOStoreUnsupportedException
- All Implemented Interfaces:
- java.io.Serializable
- class FOStoreUnsupportedException
- extends javax.jdo.JDOFatalException
This exception means that a FOStore doesn't have support for what is being
requested. This differs from JDOUnsupportedException, which indicates that
an optional feature has not been implemented. This is used, for example, to
indicate that storing of a particular type (e.g. an array of non-PC objects)
is not supported.
- Author:
- Dave Bristor
Fields inherited from class javax.jdo.JDOException |
|
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
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 |
FOStoreUnsupportedException
FOStoreUnsupportedException(java.lang.String msg)