Uses of Class
org.postgresql.pljava.internal.ErrorData

Packages that use ErrorData
org.postgresql.pljava.internal   
 

Uses of ErrorData in org.postgresql.pljava.internal
 

Methods in org.postgresql.pljava.internal that return ErrorData
 ErrorData ServerException.getErrorData()
           
 

Constructors in org.postgresql.pljava.internal with parameters of type ErrorData
ServerException(ErrorData errorData)