com.sun.star.data
Class DatabaseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sun.star.uno.Exception
|
+--com.sun.star.data.DatabaseException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- com.sun.star.data.DatabaseDetailedException
- public synchronized class DatabaseException
- extends com.sun.star.uno.Exception
- See Also:
- Serialized Form
Field Summary |
int |
ErrorCode
|
java.lang.String |
SQLState
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Exception |
Context, UNOTYPEINFO |
Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
Constructor Summary |
DatabaseException()
|
DatabaseException(java.lang.String s)
|
DatabaseException(java.lang.String s1,
java.lang.Object o,
java.lang.String s2,
int i)
|
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
SQLState
public java.lang.String SQLState
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
DatabaseException
public DatabaseException()
DatabaseException
public DatabaseException(java.lang.String s)
DatabaseException
public DatabaseException(java.lang.String s1,
java.lang.Object o,
java.lang.String s2,
int i)