All Packages Class Hierarchy This Package Previous Next Index
Class javax.infobus.DuplicateColumnException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----javax.infobus.DuplicateColumnException
- public class DuplicateColumnException
- extends Exception
The DuplicateColumnException is thrown by a RowsetAccess object
when more than one column exists matching a given name
-
DuplicateColumnException(String)
- Creates a DuplicateColumnException
DuplicateColumnException
public DuplicateColumnException(String s)
- Creates a DuplicateColumnException
- Parameters:
- s - a message describing details of the exception
All Packages Class Hierarchy This Package Previous Next Index