Package totalcross.sql
Class SQLWarning
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- totalcross.sql.SQLException
-
- totalcross.sql.SQLWarning
-
- All Implemented Interfaces:
java.io.Serializable
public class SQLWarning extends SQLException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLWarning()SQLWarning(java.lang.String reason)SQLWarning(java.lang.String reason, java.lang.String sqlState)SQLWarning(java.lang.String reason, java.lang.String sqlState, int errorCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SQLWarninggetNextWarning()voidsetNextException(SQLWarning ex)-
Methods inherited from class totalcross.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
-
-
-
-
Method Detail
-
getNextWarning
public SQLWarning getNextWarning()
-
setNextException
public void setNextException(SQLWarning ex)
-
-