Class UpdateInProgressException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class UpdateInProgressException extends SQLTransientException
Exception thrown by an AbstractUpdatingDataSource operating in asynchronous mode when getConnection() is invoked while an update is still in progress.
See Also:
  • Constructor Details

    • UpdateInProgressException

      public UpdateInProgressException()
    • UpdateInProgressException

      public UpdateInProgressException(String message)