| Method and Description |
|---|
| com.feedzai.commons.sql.abstraction.exceptions.DatabaseEngineRetryableRuntimeException.isRetryable()
only implemented here to avoid breaking changes with the availability of this method in the super class.
|
| com.feedzai.commons.sql.abstraction.engine.DatabaseEngineRuntimeException.isRetryable()
use
DatabaseEngineRetryableRuntimeException
instead. |
| Constructor and Description |
|---|
| com.feedzai.commons.sql.abstraction.engine.DatabaseEngineRuntimeException(String, Throwable, boolean)
use
DatabaseEngineRetryableRuntimeException
instead. |
Copyright © 2020 Feedzai. All rights reserved.