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


Constructor Index

 o DuplicateColumnException(String)
Creates a DuplicateColumnException

Constructors

 o 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