public class PSQLException extends SQLException
Constructor and Description |
---|
PSQLException(ServerErrorMessage serverError) |
PSQLException(String msg,
PSQLState state) |
PSQLException(String msg,
PSQLState state,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ServerErrorMessage |
getServerErrorMessage() |
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PSQLException(ServerErrorMessage serverError)
public ServerErrorMessage getServerErrorMessage()
Copyright © 2019 PostgreSQL Global Development Group. All rights reserved.