Uses of Class
org.postgresql.util.ServerErrorMessage
-
Packages that use ServerErrorMessage Package Description org.postgresql.util -
-
Uses of ServerErrorMessage in org.postgresql.util
Methods in org.postgresql.util that return ServerErrorMessage Modifier and Type Method Description ServerErrorMessage
PSQLException. getServerErrorMessage()
ServerErrorMessage
PSQLWarning. getServerErrorMessage()
Constructors in org.postgresql.util with parameters of type ServerErrorMessage Constructor Description PSQLException(ServerErrorMessage serverError)
PSQLException(ServerErrorMessage serverError, boolean detail)
PSQLWarning(ServerErrorMessage err)
-