Class SamplingException

    • Constructor Detail

      • SamplingException

        public SamplingException()
      • SamplingException

        public SamplingException​(String message)
        Parameters:
        message - String; String
      • SamplingException

        public SamplingException​(Throwable cause)
        Parameters:
        cause - Throwable; Throwable
      • SamplingException

        public SamplingException​(String message,
                                 Throwable cause)
        Parameters:
        message - String; String
        cause - Throwable; Throwable
      • SamplingException

        public SamplingException​(String message,
                                 Throwable cause,
                                 boolean enableSuppression,
                                 boolean writableStackTrace)
        Parameters:
        message - String; description of the problem
        cause - Throwable; the cause of this Exception
        enableSuppression - boolean; whether or not suppression is enabled or disabled
        writableStackTrace - boolean; whether or not the stack trace should be writable