Class ConnectionInUseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOCanRetryException
javax.jdo.JDOUserException
org.datanucleus.api.jdo.exceptions.ConnectionInUseException
All Implemented Interfaces:
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.
See Also:
  • Field Details

  • Constructor Details

    • ConnectionInUseException

      public ConnectionInUseException()
      Constructor.