com.sun.star.sdbc
Class SQLException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sun.star.uno.Exception
|
+--com.sun.star.sdbc.SQLException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- com.sun.star.sdbc.BatchUpdateException, com.sun.star.sdb.RowSetVetoException, com.sun.star.sdbc.SQLWarning
- public synchronized class SQLException
- extends com.sun.star.uno.Exception
- See Also:
- Serialized Form
Field Summary |
int |
ErrorCode
|
java.lang.Object |
NextException
|
java.lang.String |
SQLState
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.lib.uno.typeinfo.TypeInfo[] |
UNOTYPEINFO
|
Fields inherited from class com.sun.star.uno.Exception |
Context |
Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
Constructor Summary |
SQLException()
|
SQLException(java.lang.String s)
|
SQLException(java.lang.String s1,
java.lang.Object o1,
java.lang.String s2,
int i,
java.lang.Object o2)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ErrorCode
public int ErrorCode
NextException
public java.lang.Object NextException
SQLState
public java.lang.String SQLState
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
UNOTYPEINFO
public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
SQLException
public SQLException()
SQLException
public SQLException(java.lang.String s)
SQLException
public SQLException(java.lang.String s1,
java.lang.Object o1,
java.lang.String s2,
int i,
java.lang.Object o2)