public class TransactionInProgressException
extends io.r2dbc.spi.R2dbcNonTransientException
| Modifier and Type | Field and Description |
|---|---|
static String |
MSG_READONLY |
static String |
MSG_READWRITE |
| Constructor and Description |
|---|
TransactionInProgressException(boolean isReadwrite) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final String MSG_READONLY
public static final String MSG_READWRITE
Copyright © 2021 Google LLC. All rights reserved.