org.apache.jdo.impl.fostore
Class FOStoreUnsupportedException

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

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) FOStoreUnsupportedException(java.lang.String msg)
           
 
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

FOStoreUnsupportedException

FOStoreUnsupportedException(java.lang.String msg)