Class ReportingException

    • Constructor Summary

      Constructors 
      Constructor Description
      ReportingException​(java.lang.String message)  
      ReportingException​(java.lang.String format, java.lang.Object... parameters)  
      ReportingException​(java.lang.Throwable cause, java.lang.String format, java.lang.Object... parameters)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ReportingException

        public ReportingException​(java.lang.String message)
      • ReportingException

        public ReportingException​(java.lang.String format,
                                  java.lang.Object... parameters)
      • ReportingException

        public ReportingException​(java.lang.Throwable cause,
                                  java.lang.String format,
                                  java.lang.Object... parameters)