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

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.InconsistentDataSetsException
All Implemented Interfaces:
java.io.Serializable

public class InconsistentDataSetsException
extends ApiException

Exception thrown to indicate that the data sets requested in a getDataSet call were inconsistent, e.g. did not correspond to the same design element list.

Author:
dkokotov
See Also:
Serialized Form

Constructor Summary
InconsistentDataSetsException(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

InconsistentDataSetsException

public InconsistentDataSetsException(java.lang.String msg)
Constructor for no cause.

Parameters:
msg - provides detailed description of the exception.