Class ServerErrorMessage

java.lang.Object
org.postgresql.util.ServerErrorMessage
All Implemented Interfaces:
Serializable

public class ServerErrorMessage extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getSQLState

      public String getSQLState()
    • getMessage

      public String getMessage()
    • getSeverity

      public String getSeverity()
    • getDetail

      public String getDetail()
    • getHint

      public String getHint()
    • getPosition

      public int getPosition()
    • getWhere

      public String getWhere()
    • getSchema

      public String getSchema()
    • getTable

      public String getTable()
    • getColumn

      public String getColumn()
    • getDatatype

      public String getDatatype()
    • getConstraint

      public String getConstraint()
    • getFile

      public String getFile()
    • getLine

      public int getLine()
    • getRoutine

      public String getRoutine()
    • getInternalQuery

      public String getInternalQuery()
    • getInternalPosition

      public int getInternalPosition()
    • toString

      public String toString()
      Overrides:
      toString in class Object