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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public PSQLException(ServerErrorMessage serverError)
public ServerErrorMessage getServerErrorMessage()
Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.