パッケージ org.postgresql.util

クラス PSQLException

すべての実装されたインタフェース:
Serializable, Iterable<Throwable>

public class PSQLException extends SQLException
関連項目:
  • コンストラクタの詳細

    • 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)
  • メソッドの詳細

    • getServerErrorMessage

      @Pure public @Nullable ServerErrorMessage getServerErrorMessage()