Package | Description |
---|---|
org.datanucleus.exceptions |
This package provides exceptions thrown by the core (client-facing) parts of DataNucleus.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionNotReadableException
An TransactionNotReadableException is thrown if an operation needs either of
an active transaction or non-transactional read and neither is true.
|
class |
TransactionNotWritableException
An TransactionNotReadableException is thrown if an operation needs either of
an active transaction or non-transactional read and neither is true.
|
Copyright © 2019. All rights reserved.