public class PSQLException
extends java.sql.SQLException
| Modifier and Type | Field and Description |
|---|---|
private ServerErrorMessage |
serverError |
| Constructor and Description |
|---|
PSQLException(ServerErrorMessage serverError) |
PSQLException(ServerErrorMessage serverError,
boolean detail) |
PSQLException(java.lang.String msg,
PSQLState state) |
PSQLException(java.lang.String msg,
PSQLState state,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ServerErrorMessage |
getServerErrorMessage() |
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate ServerErrorMessage serverError
public PSQLException(java.lang.String msg,
PSQLState state,
java.lang.Throwable cause)
public PSQLException(java.lang.String msg,
PSQLState state)
public PSQLException(ServerErrorMessage serverError)
public PSQLException(ServerErrorMessage serverError, boolean detail)
public ServerErrorMessage getServerErrorMessage()