org.jpox.exceptions
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 byorg.jpox.exceptions.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.

Version:
$Revision: 1.4 $
See Also:
Serialized Form

Constructor Summary
ConnectionInUseException()
          Constructor.
 
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()
Constructor.



Copyright © -2007 . All Rights Reserved.