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 ServerErrorMessagePSQLException.serverErrorprivate final ServerErrorMessagePSQLWarning.serverErrorMethods 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)