public class

InsightReportDataException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.internal.codeinsights.report.InsightReportDataException

Class Overview

An exception to be thrown when the code insights data cannot be serialized/deserialized to/from JSON

Summary

Public Constructors
InsightReportDataException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InsightReportDataException (String message, Throwable cause)