org.postgresql.util
Class PSQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.postgresql.util.PSQLException
- All Implemented Interfaces:
- Serializable, Iterable<Throwable>
public class PSQLException
- extends SQLException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PSQLException
public PSQLException(String msg,
PSQLState state,
Throwable cause)
PSQLException
public PSQLException(String msg,
PSQLState state)
PSQLException
public PSQLException(ServerErrorMessage serverError)
getServerErrorMessage
public ServerErrorMessage getServerErrorMessage()
Copyright © 2013. All Rights Reserved.