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, JAudioException

public class DataException
extends cnrg.itx.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataException

public DataException(java.lang.String s)