Class ServerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.postgresql.pljava.internal.ServerException
All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class ServerException extends SQLException
A Java exception constructed over a PostgreSQL error report.
Author:
Thomas Hallgren
See Also:
  • Constructor Details

    • ServerException

      public ServerException(ErrorData errorData)
  • Method Details

    • getErrorData

      public final ErrorData getErrorData()