Uses of Class
org.postgresql.util.ServerErrorMessage

Packages that use ServerErrorMessage
org.postgresql.util   
 

Uses of ServerErrorMessage in org.postgresql.util
 

Methods in org.postgresql.util that return ServerErrorMessage
 ServerErrorMessage PSQLWarning.getServerErrorMessage()
           
 ServerErrorMessage PSQLException.getServerErrorMessage()
           
 

Constructors in org.postgresql.util with parameters of type ServerErrorMessage
PSQLException(ServerErrorMessage serverError)
           
PSQLWarning(ServerErrorMessage err)
           
 



Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.