uk.org.ogsadai.converters.databaseschema
Class ResultSetTableMetaDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.org.ogsadai.exception.DAIException
              extended by uk.org.ogsadai.converters.databaseschema.ResultSetTableMetaDataException
All Implemented Interfaces:
java.io.Serializable, DAIExceptionInformation

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

Constructor Summary
ResultSetTableMetaDataException(java.lang.String catalog, java.lang.String schema, java.lang.String table, java.lang.Throwable e)
          Constructor.
 
Method Summary
 
Methods inherited from class uk.org.ogsadai.exception.DAIException
getErrorID, getExceptionID, getLocalizedMessage, getMessage, getParameters, hasChild, setErrorID, setParameters
 
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
 

Constructor Detail

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.