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

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

public class RemoteDataServiceException
extends FederatedQueryProcessingException

Indicative of a problem communicating with a remote data service.

Author:
oster
See Also:
Serialized Form

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

RemoteDataServiceException

public RemoteDataServiceException()

RemoteDataServiceException

public RemoteDataServiceException(java.lang.String message,
                                  java.lang.Throwable cause)
Parameters:
message -
cause -

RemoteDataServiceException

public RemoteDataServiceException(java.lang.String message)
Parameters:
message -

RemoteDataServiceException

public RemoteDataServiceException(java.lang.Throwable cause)
Parameters:
cause -