Class PSQLException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class PSQLException extends SQLException
See Also:
  • Constructor Details

    • PSQLException

      @Pure public PSQLException(@Nullable String msg, @Nullable PSQLState state, @Nullable Throwable cause)
    • PSQLException

      @Pure public PSQLException(@Nullable String msg, @Nullable PSQLState state)
    • PSQLException

      @Pure public PSQLException(ServerErrorMessage serverError)
    • PSQLException

      @Pure public PSQLException(ServerErrorMessage serverError, boolean detail)
  • Method Details

    • getServerErrorMessage

      @Pure public @Nullable ServerErrorMessage getServerErrorMessage()