com.triactive.jdo
Class ConnectionInUseException

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.ConnectionInUseException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionInUseException
extends javax.jdo.JDOUserException

An ConnectionInUseException is thrown if an operation is attempted that requires a new database connection (such as Transaction.begin()) and a previously obtained database connection (such as for non-transactional read or write) is still in-use.

Author:
Mike Martin
See Also:
Serialized Form

Constructor Summary
ConnectionInUseException()
          Constructs a connection-in-use 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

ConnectionInUseException

public ConnectionInUseException()
Constructs a connection-in-use exception.



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