Class StatisticsDisabledException

    • Constructor Detail

      • StatisticsDisabledException

        public StatisticsDisabledException()
        Creates a new instance of StatisticsDisabledException without detail message.
      • StatisticsDisabledException

        public StatisticsDisabledException​(String msg)
        Constructs an instance of StatisticsDisabledException with the specified detail message.
        Parameters:
        msg - the detail message
      • StatisticsDisabledException

        public StatisticsDisabledException​(String msg,
                                           Throwable cause)
        Constructs an instance of StatisticsDisabledException with the specified detail message and cause.
        Parameters:
        msg - the detail message
        cause - the causal Throwable
      • StatisticsDisabledException

        public StatisticsDisabledException​(Throwable cause)
        Constructs an instance of StatisticsDisabledException with the specified cause.
        Parameters:
        cause - the causal Throwable