Package com.sas.lsaf.execution.job
Class ResultsNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.execution.job.ResultsNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ResultsNotFoundException extends AbstractCheckedException
Thrown when the job submission results are not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResultsNotFoundException(java.lang.String message)
Construct aResultsNotFoundException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
ResultsNotFoundException
public ResultsNotFoundException(java.lang.String message)
Construct aResultsNotFoundException
with the specified detail message.- Parameters:
message
- The detail message (which is saved for later retrieval byAbstractCheckedException.getMessage()
).
-
-