compbio.metadata
Class ResultNotAvailableException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
compbio.metadata.ResultNotAvailableException
- All Implemented Interfaces: 
 - Serializable
 
public class ResultNotAvailableException
- extends Exception
 
ResultNotAvailableException is thrown wherever the results of the calculation
 cannot be obtained. For cluster execution it hides lower level exceptions
 like DrmaaException
- Author:
 
  - pvtroshin
 
         Date October 2009
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ResultNotAvailableException
public ResultNotAvailableException(String message)
ResultNotAvailableException
public ResultNotAvailableException(Throwable cause)
ResultNotAvailableException
public ResultNotAvailableException(String message,
                                   Throwable cause)