java.io.Serializable
, Diagnosable
public class SqlWarning extends SqlException implements Diagnosable
getSQLWarning()
Modifier and Type | Field | Description |
---|---|---|
private SqlWarning |
nextWarning_ |
CLIENT_MESSAGE_RESOURCE_NAME, nextException_, wrappedException_
Constructor | Description |
---|---|
SqlWarning(LogWriter logwriter,
ClientMessageId msgid,
java.lang.Object... args) |
|
SqlWarning(LogWriter logWriter,
Sqlca sqlca) |
Modifier and Type | Method | Description |
---|---|---|
java.sql.SQLWarning |
getSQLWarning() |
Get the java.sql.SQLWarning for this SqlWarning
|
(package private) void |
setNextWarning(SqlWarning warning) |
getSqlca
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copyAsUnchainedSQLException, getErrorCode, getMessage, getMessageUtil, getNextException, getSqlca, getSQLException, getSQLState, javaException, setBatchPositionLabel, setNextException, setNextException, toString
private SqlWarning nextWarning_
SqlWarning(LogWriter logwriter, ClientMessageId msgid, java.lang.Object... args)
void setNextWarning(SqlWarning warning)
public java.sql.SQLWarning getSQLWarning()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.