Class AnalysisResultNotFoundException

All Implemented Interfaces:
Serializable

public class AnalysisResultNotFoundException extends AbstractCheckedException
Thrown when the specified analysis result is not found or the user does not have access to the analysis result.
Since:
2.5
See Also:
  • Constructor Details

    • AnalysisResultNotFoundException

      public AnalysisResultNotFoundException(String message)
      Constructs an AnalysisResultNotFoundException with the specified message.
      Parameters:
      message - The detailed message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).