public class PSQLException extends SQLException
Constructor and Description |
---|
PSQLException(ServerErrorMessage serverError) |
PSQLException(ServerErrorMessage serverError,
boolean detail) |
PSQLException(@Nullable String msg,
@Nullable PSQLState state) |
PSQLException(@Nullable String msg,
@Nullable PSQLState state,
@Nullable Throwable cause) |
Modifier and Type | Method and Description |
---|---|
@Nullable ServerErrorMessage |
getServerErrorMessage() |
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
@Pure public PSQLException(@Nullable String msg, @Nullable PSQLState state, @Nullable Throwable cause)
@Pure public PSQLException(ServerErrorMessage serverError)
@Pure public PSQLException(ServerErrorMessage serverError, boolean detail)
@Pure public @Nullable ServerErrorMessage getServerErrorMessage()
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.