Class ResultsNotFoundException

All Implemented Interfaces:
Serializable

public class ResultsNotFoundException extends AbstractCheckedException
Thrown when the job submission results are not found.
See Also:
  • Constructor Details

    • ResultsNotFoundException

      public ResultsNotFoundException(String message)
      Construct a ResultsNotFoundException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by AbstractCheckedException.getMessage()).