com.youyounet.db
Class DataTransferException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.youyounet.db.DataTransferException
All Implemented Interfaces:
java.io.Serializable

public class DataTransferException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
DataTransferException()
          Creates a new instance of DataTransferException
DataTransferException(java.lang.String message)
          Creates a new instance of DataTransferException with the customized message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataTransferException

public DataTransferException()
Creates a new instance of DataTransferException


DataTransferException

public DataTransferException(java.lang.String message)
Creates a new instance of DataTransferException with the customized message