uk.org.ogsadai.converters.databaseschema
Class ResultSetTableMetaDataException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--uk.org.ogsadai.exception.DAIException
|
+--uk.org.ogsadai.converters.databaseschema.ResultSetTableMetaDataException
- All Implemented Interfaces:
- DAIExceptionInformation, java.io.Serializable
- public class ResultSetTableMetaDataException
- extends DAIException
Exception raised when there is a problem in extracting metadata about a table from a java.sql.ResultSet
.
Associated with error ID: uk.org.ogsadai.RESULTSET_TABLE_METADATA_ERROR
.
- Author:
- The OGSA-DAI Project Team
- See Also:
- Serialized Form
Fields inherited from class uk.org.ogsadai.exception.DAIException |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary |
ResultSetTableMetaDataException(java.lang.String catalog, java.lang.String schema, java.lang.String table, java.lang.Throwable e)
Constructor. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COPYRIGHT_NOTICE
private static final java.lang.String COPYRIGHT_NOTICE
-
- See Also:
- Constant Field Values
ResultSetTableMetaDataException
public ResultSetTableMetaDataException(java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
java.lang.Throwable e)
-
Constructor.
- Parameters:
catalog
- Catalog name.
schema
- Schema name.
table
- Table name.
e
- Cause of the problem.