Uses of Class
org.postgresql.util.ServerErrorMessage
-
Packages that use ServerErrorMessage Package Description org.postgresql.util -
-
Uses of ServerErrorMessage in org.postgresql.util
Fields in org.postgresql.util declared as ServerErrorMessage Modifier and Type Field Description private ServerErrorMessagePSQLException. serverErrorprivate ServerErrorMessagePSQLWarning. serverErrorMethods in org.postgresql.util that return ServerErrorMessage Modifier and Type Method Description ServerErrorMessagePSQLException. getServerErrorMessage()ServerErrorMessagePSQLWarning. getServerErrorMessage()Constructors in org.postgresql.util with parameters of type ServerErrorMessage Constructor Description PSQLException(ServerErrorMessage serverError)PSQLException(ServerErrorMessage serverError, boolean detail)PSQLWarning(ServerErrorMessage err)
-