cnrg.itx.datax
Class DuplicateDestinationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cnrg.itx.ITXException
                    |
                    +--cnrg.itx.datax.DataException
                          |
                          +--cnrg.itx.datax.DuplicateDestinationException

public class DuplicateDestinationException
extends DataException

Class thrown when trying to add the same source to a channel twice.

See Also:
Serialized Form

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

Constructor Detail

DuplicateDestinationException

public DuplicateDestinationException(java.lang.String s)