gov.nih.nci.cagrid.data.utilities
Class ResultsCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.cagrid.data.utilities.ResultsCreationException
All Implemented Interfaces:
java.io.Serializable

public class ResultsCreationException
extends java.lang.Exception

ResultsCreationException Exception thrown when creating CQLQueryResults goes awry

Version:
$Id$
Author:
David W. Ervin
See Also:
Serialized Form

Constructor Summary
ResultsCreationException(java.lang.Exception ex)
           
ResultsCreationException(java.lang.String message)
           
ResultsCreationException(java.lang.String message, java.lang.Exception ex)
           
 
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

ResultsCreationException

public ResultsCreationException(java.lang.String message)

ResultsCreationException

public ResultsCreationException(java.lang.Exception ex)

ResultsCreationException

public ResultsCreationException(java.lang.String message,
                                java.lang.Exception ex)