public class PSQLException
extends java.sql.SQLException
Constructor and Description |
---|
PSQLException(ServerErrorMessage serverError) |
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, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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 ServerErrorMessage getServerErrorMessage()
Copyright © 2025 PostgreSQL Global Development Group. All rights reserved.