gov.nih.nci.caarray.services.external.v1_0.data
Class DataTransferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.caarray.services.external.v1_0.ApiException
              extended by gov.nih.nci.caarray.services.external.v1_0.data.DataTransferException
All Implemented Interfaces:
java.io.Serializable

public class DataTransferException
extends ApiException

Exception thrown to indicate that there was an issue with transferring data over the remote connection.

Author:
dkokotov
See Also:
Serialized Form

Constructor Summary
DataTransferException(java.lang.String msg)
          Constructor for no cause.
 
Method Summary
 
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(java.lang.String msg)
Constructor for no cause.

Parameters:
msg - provides detailed description of the exception.