cnrg.itx.datax
Class DataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cnrg.itx.ITXException
                    |
                    +--cnrg.itx.datax.DataException
Direct Known Subclasses:
DuplicateDestinationException

public class DataException
extends ITXException

Parent exception class. Thrown when there are errors in some datax function call.

See Also:
Serialized Form

Constructor Summary
DataException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataException

public DataException(java.lang.String s)