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, setNextWarninggetErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic PSQLWarning(ServerErrorMessage err)
public String getMessage()
java.lang.ThrowablegetMessage in class ThrowableThrowable instance
(which may be null).public ServerErrorMessage getServerErrorMessage()
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.