Serialized Form
-
Package com.pyranid
-
Exception Class com.pyranid.DatabaseException
class DatabaseException extends RuntimeException implements Serializable-
Serialized Fields
-
column
@Nullable String column
-
constraint
@Nullable String constraint
-
datatype
@Nullable String datatype
-
dbmsMessage
@Nullable String dbmsMessage
-
deadlock
@NonNull Boolean deadlock
-
detail
@Nullable String detail
-
errorCode
@Nullable Integer errorCode
-
file
@Nullable String file
-
foreignKeyViolation
@NonNull Boolean foreignKeyViolation
-
hint
@Nullable String hint
-
internalPosition
@Nullable Integer internalPosition
-
internalQuery
@Nullable String internalQuery
-
line
@Nullable Integer line
-
position
@Nullable Integer position
-
routine
@Nullable String routine
-
schema
@Nullable String schema
-
serializationFailure
@NonNull Boolean serializationFailure
-
severity
@Nullable String severity
-
sqlState
@Nullable String sqlState
-
table
@Nullable String table
-
timeout
@NonNull Boolean timeout
-
transientException
@NonNull Boolean transientException
-
uniqueConstraintViolation
@NonNull Boolean uniqueConstraintViolation
-
where
@Nullable String where
-
-
-
Exception Class com.pyranid.PostTransactionOperationException
class PostTransactionOperationException extends RuntimeException implements Serializable-
Serialized Fields
-
transactionResult
@NonNull TransactionResult transactionResult
-
-
-