org.jpox.store.exceptions
Class NoTableManagedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.jdo.JDOException
                  extended by javax.jdo.JDOCanRetryException
                      extended by javax.jdo.JDOUserException
                          extended by org.jpox.store.exceptions.NoTableManagedException
All Implemented Interfaces:
java.io.Serializable

public class NoTableManagedException
extends javax.jdo.JDOUserException

A NoTableManagedException is thrown if an attempt is made to perform an operation using a class that is not backed by an table or view in the database and the operation is not supported on such classes.

Version:
$Revision: 1.3 $
See Also:
StoreManager, Serialized Form

Field Summary
protected static Localiser LOCALISER
           
 
Constructor Summary
NoTableManagedException(java.lang.String className)
          Constructs a no table managed exception.
 
Method Summary
 
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
 

Field Detail

LOCALISER

protected static final Localiser LOCALISER
Constructor Detail

NoTableManagedException

public NoTableManagedException(java.lang.String className)
Constructs a no table managed exception.

Parameters:
className - Name of the class on which the operation requiring a table was attempted.


Copyright © -2010 . All Rights Reserved.