com.triactive.jdo.store
Class NoExtentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.jdo.JDOException
                  extended byjavax.jdo.JDOCanRetryException
                      extended byjavax.jdo.JDOUserException
                          extended bycom.triactive.jdo.store.NoExtentException
All Implemented Interfaces:
java.io.Serializable

public class NoExtentException
extends javax.jdo.JDOUserException

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

Author:
Mike Martin
See Also:
StoreManager, Serialized Form

Constructor Summary
NoExtentException(java.lang.Class clazz)
          Constructs a no extent exception.
 
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

NoExtentException

public NoExtentException(java.lang.Class clazz)
Constructs a no extent exception.

Parameters:
clazz - The class on which the operation requiring an extent was attempted.


Copyright © 2001-2007 The TJDO Project All Rights Reserved.