public class PSQLWarning extends SQLWarning
Constructor and Description |
---|
PSQLWarning(ServerErrorMessage err) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns the detail message string of this throwable.
|
ServerErrorMessage |
getServerErrorMessage() |
getNextWarning, setNextWarning
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public PSQLWarning(ServerErrorMessage err)
public String getMessage()
java.lang.Throwable
getMessage
in class Throwable
Throwable
instance
(which may be null
).public ServerErrorMessage getServerErrorMessage()
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.