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 @Nullable String getSQLState()
    • getMessage

      public @Nullable String getMessage()
    • getSeverity

      public @Nullable String getSeverity()
    • getDetail

      public @Nullable String getDetail()
    • getHint

      public @Nullable String getHint()
    • getPosition

      public int getPosition()
    • getWhere

      public @Nullable String getWhere()
    • getSchema

      public @Nullable String getSchema()
    • getTable

      public @Nullable String getTable()
    • getColumn

      public @Nullable String getColumn()
    • getDatatype

      public @Nullable String getDatatype()
    • getConstraint

      public @Nullable String getConstraint()
    • getFile

      public @Nullable String getFile()
    • getLine

      public int getLine()
    • getRoutine

      public @Nullable String getRoutine()
    • getInternalQuery

      public @Nullable String getInternalQuery()
    • getInternalPosition

      public int getInternalPosition()
    • toString

      public String toString()
      Overrides:
      toString in class Object