gov.nih.nci.cagrid.fqp.processor.exceptions
Class FederatedQueryProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.cagrid.fqp.processor.exceptions.FederatedQueryProcessingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RemoteDataServiceException

public class FederatedQueryProcessingException
extends java.lang.Exception

General Exception thrown during processing of a federated query.

Author:
oster
See Also:
Serialized Form

Constructor Summary
FederatedQueryProcessingException()
           
FederatedQueryProcessingException(java.lang.String message)
           
FederatedQueryProcessingException(java.lang.String message, java.lang.Throwable cause)
           
FederatedQueryProcessingException(java.lang.Throwable 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

FederatedQueryProcessingException

public FederatedQueryProcessingException()

FederatedQueryProcessingException

public FederatedQueryProcessingException(java.lang.String message,
                                         java.lang.Throwable cause)

FederatedQueryProcessingException

public FederatedQueryProcessingException(java.lang.String message)

FederatedQueryProcessingException

public FederatedQueryProcessingException(java.lang.Throwable cause)