Class ReportServiceLocatorException

    • Constructor Detail

      • ReportServiceLocatorException

        public ReportServiceLocatorException​(String message)

        Constructor for ReportServiceLocatorException.

        Parameters:
        message - a String object.
      • ReportServiceLocatorException

        public ReportServiceLocatorException​(Throwable cause)

        Constructor for ReportServiceLocatorException.

        Parameters:
        cause - a Throwable object.
      • ReportServiceLocatorException

        public ReportServiceLocatorException​(String message,
                                             Throwable cause)

        Constructor for ReportServiceLocatorException.

        Parameters:
        message - a String object.
        cause - a Throwable object.