gov.nih.nci.cagrid.fqp.processor.exceptions
Class RemoteDataServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nih.nci.cagrid.fqp.processor.exceptions.FederatedQueryProcessingException
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
| 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 |
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 -