Uses of Class
org.postgresql.util.ServerErrorMessage
Packages that use ServerErrorMessage
-
Uses of ServerErrorMessage in org.postgresql.util
Fields in org.postgresql.util declared as ServerErrorMessageModifier and TypeFieldDescriptionprivate ServerErrorMessage
PSQLException.serverError
private final ServerErrorMessage
PSQLWarning.serverError
Methods in org.postgresql.util that return ServerErrorMessageModifier and TypeMethodDescriptionPSQLException.getServerErrorMessage()
PSQLWarning.getServerErrorMessage()
Constructors in org.postgresql.util with parameters of type ServerErrorMessageModifierConstructorDescriptionPSQLException
(ServerErrorMessage serverError) PSQLException
(ServerErrorMessage serverError, boolean detail)