javax.infobus
Class DuplicateColumnException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.infobus.DuplicateColumnException

public class DuplicateColumnException
extends java.lang.Exception

The DuplicateColumnException is thrown by a RowsetAccess object when more than one column exists matching a given name

See Also:
Serialized Form

Constructor Summary
DuplicateColumnException(java.lang.String s)
          Creates a DuplicateColumnException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateColumnException

public DuplicateColumnException(java.lang.String s)
Creates a DuplicateColumnException
Parameters:
s - a message describing details of the exception