JavaScript is disabled on your browser.
All Implemented Interfaces:
java.io.Serializable, Diagnosable
public class SqlWarning
extends SqlException
implements Diagnosable
This represents a warning versus a full exception. As with
SqlException, this is an internal representation of java.sql.SQLWarning.
Public JDBC methods need to convert an internal SqlWarning to a SQLWarning
using getSQLWarning()
See Also:
Serialized Form
Method Summary
Methods inherited from class org.apache.derby.client.am.SqlException
copyAsUnchainedSQLException , getErrorCode , getMessage , getMessageUtil , getNextException , getSqlca , getSQLException , getSQLState , javaException , setBatchPositionLabel , setNextException , setNextException , toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Built on Wed 2017-07-26 06:18:47+0000, from revision ???
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.