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
-
detail
@Nullable String detail
-
errorCode
@Nullable Integer errorCode
-
file
@Nullable String file
-
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
-
severity
@Nullable String severity
-
sqlState
@Nullable String sqlState
-
table
@Nullable String table
-
where
@Nullable String where
-
-
-