java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.sql.SQLException | +----java.sql.SQLWarning
public class SQLWarning
extends SQLException
The SQLWarning class provides information on a database access warnings. Warnings are silently chained to the object whose method caused it to be reported.