Class ErrorReportsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pushtechnology.diffusion.client.session.SessionException
com.pushtechnology.diffusion.client.features.ErrorReportsException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidFilterException
,RemoteServers.RemoteServerOptionsException
,ScriptException
Thrown to report one or more
ErrorReport
s}.- Since:
- 6.0
- Author:
- DiffusionData Limited
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionErrorReportsException
(String message, List<ErrorReport> reports) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ErrorReportsException
Constructor.
-
-
Method Details
-
getReports
- Returns:
- the reports
-