Uses of Enum Class
dev.rafex.ether.database.postgres.errors.PostgresErrorClassifier.Category
Packages that use PostgresErrorClassifier.Category
Package
Description
PostgreSQL SQLState classification and error helpers.
-
Uses of PostgresErrorClassifier.Category in dev.rafex.ether.database.postgres.errors
Methods in dev.rafex.ether.database.postgres.errors that return PostgresErrorClassifier.CategoryModifier and TypeMethodDescriptionPostgresErrorClassifier.classify(SQLException exception) Returns the enum constant of this class with the specified name.static PostgresErrorClassifier.Category[]PostgresErrorClassifier.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.