Class RuntimeReportingException

All Implemented Interfaces:
Serializable

public class RuntimeReportingException extends ReportingException
Author:
a.petrov
See Also:
  • Constructor Details

    • RuntimeReportingException

      public RuntimeReportingException(String messageCode)
    • RuntimeReportingException

      public RuntimeReportingException(String messageCode, Object... messageArgs)
    • RuntimeReportingException

      public RuntimeReportingException(String messageCode, Throwable cause)
    • RuntimeReportingException

      public RuntimeReportingException(String messageCode, Throwable cause, Object... messageArgs)