Thrown during a serializable transaction if another concurrent transaction has messed with the same records for the PostgreSQL database.
More...
Thrown during a serializable transaction if another concurrent transaction has messed with the same records for the PostgreSQL database.
◆ EDBTransactionSerialisationException() [1/3]
| Ict.Common.DB.Exceptions.EDBTransactionSerialisationException.EDBTransactionSerialisationException |
( |
| ) |
|
|
inline |
Initializes a new instance of this Exception Class.
◆ EDBTransactionSerialisationException() [2/3]
| Ict.Common.DB.Exceptions.EDBTransactionSerialisationException.EDBTransactionSerialisationException |
( |
String |
AMessage | ) |
|
|
inline |
Initializes a new instance of this Exception Class with a specified error message.
- Parameters
-
| AMessage | The error message that explains the reason for the Exception. |
◆ EDBTransactionSerialisationException() [3/3]
| Ict.Common.DB.Exceptions.EDBTransactionSerialisationException.EDBTransactionSerialisationException |
( |
String |
AMessage, |
|
|
Exception |
AInnerException |
|
) |
| |
|
inline |
Initializes a new instance of this Exception Class with a specified error message and Inner Exception.
- Parameters
-
| AMessage | The error message that explains the reason for the Exception. |
| AInnerException | |
The documentation for this class was generated from the following file: