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