public class PSQLWarning extends SQLWarning
Constructor and Description |
---|
PSQLWarning(ServerErrorMessage err) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
ServerErrorMessage |
getServerErrorMessage() |
String |
getSQLState() |
String |
toString() |
getNextWarning, setNextWarning
getErrorCode, getNextException, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public PSQLWarning(ServerErrorMessage err)
public String getSQLState()
getSQLState
in class SQLException
public String getMessage()
getMessage
in class Throwable
public ServerErrorMessage getServerErrorMessage()
Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.