logging / net.corda.common.logging.errorReporting / ErrorReportingException

ErrorReportingException

abstract class ErrorReportingException : Exception

Constructors

<init>

ErrorReportingException(message: String, cause: Throwable? = null)

Inheritors

DoubleInitializationException

Occurs if the error reporting framework has been initialized twice

class DoubleInitializationException : ErrorReportingException

LocaleSettingUnsupportedException

Occurs if a locale is set while initializing the error reporting framework.

class LocaleSettingUnsupportedException : ErrorReportingException

NoContextProviderSuppliedException

Occurs when no error context provider is supplied while initializing error reporting

class NoContextProviderSuppliedException : ErrorReportingException

ReportingUninitializedException

Occurs when reporting is requested before the error reporting code has been initialized

class ReportingUninitializedException : ErrorReportingException