Uses of Enum Class
org.postgresql.util.PSQLState
Packages that use PSQLState
-
Uses of PSQLState in org.postgresql.util
Methods in org.postgresql.util that return PSQLStateModifier and TypeMethodDescriptionstatic PSQLState
Returns the enum constant of this class with the specified name.static PSQLState[]
PSQLState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.postgresql.util with parameters of type PSQLStateModifierConstructorDescriptionPSQLException
(String msg, PSQLState state) PSQLException
(String msg, PSQLState state, Throwable cause)