java.io.Serializable
, java.lang.Iterable<java.lang.Throwable>
public class PSQLException
extends java.sql.SQLException
Constructor | Description |
---|---|
PSQLException(java.lang.String msg,
PSQLState state) |
|
PSQLException(java.lang.String msg,
PSQLState state,
java.lang.Throwable cause) |
|
PSQLException(ServerErrorMessage serverError) |
Modifier and Type | Method | Description |
---|---|---|
ServerErrorMessage |
getServerErrorMessage() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 © 2018 PostgreSQL Global Development Group. All rights reserved.