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

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

Constructor Detail

DuplicateDestinationException

public DuplicateDestinationException(java.lang.String s)