public class SqlWarning extends SqlException implements Diagnosable
getSQLWarning()
Modifier and Type | Field and Description |
---|---|
protected SqlWarning |
nextWarning_ |
cachedMessage_, causeString_, CLIENT_MESSAGE_RESOURCE_NAME, DEFAULT_ERRCODE, errorcode_, exceptionFactory, message_, nextException_, sqlca_, sqlstate_, throwable_, wrappedException_
Constructor and Description |
---|
SqlWarning(LogWriter logwriter,
ClientMessageId msgid) |
SqlWarning(LogWriter logwriter,
ClientMessageId msgid,
java.lang.Object arg1) |
SqlWarning(LogWriter logwriter,
ClientMessageId msgid,
java.lang.Object[] args) |
SqlWarning(LogWriter logwriter,
ClientMessageId msgid,
java.lang.Object[] args,
java.lang.Throwable cause) |
SqlWarning(LogWriter logwriter,
ClientMessageId msgid,
java.lang.Object arg1,
java.lang.Object arg2) |
SqlWarning(LogWriter logwriter,
ClientMessageId msgid,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3) |
SqlWarning(LogWriter logWriter,
Sqlca sqlca) |
Modifier and Type | Method and Description |
---|---|
SqlWarning |
getNextWarning() |
java.sql.SQLWarning |
getSQLWarning()
Get the java.sql.SQLWarning for this SqlWarning
|
void |
setNextWarning(SqlWarning warning) |
copyAsUnchainedSQLException, getErrorCode, getMessage, getMessageUtil, getNextException, getSqlca, getSQLException, getSQLState, javaException, printTrace, setBatchPositionLabel, setExceptionFactory, setNextException, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSqlca, printTrace
protected SqlWarning nextWarning_
public SqlWarning(LogWriter logwriter, ClientMessageId msgid, java.lang.Object[] args, java.lang.Throwable cause)
public SqlWarning(LogWriter logwriter, ClientMessageId msgid, java.lang.Object[] args)
public SqlWarning(LogWriter logwriter, ClientMessageId msgid)
public SqlWarning(LogWriter logwriter, ClientMessageId msgid, java.lang.Object arg1)
public SqlWarning(LogWriter logwriter, ClientMessageId msgid, java.lang.Object arg1, java.lang.Object arg2)
public SqlWarning(LogWriter logwriter, ClientMessageId msgid, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
public void setNextWarning(SqlWarning warning)
public SqlWarning getNextWarning()
public java.sql.SQLWarning getSQLWarning()
Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.