Class UnknownStatsParameterTypeException

  • All Implemented Interfaces:
    Serializable

    public class UnknownStatsParameterTypeException
    extends Exception

    Thrown when an operation requests information about a statistics parameter set type that does not exist.

    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownStatsParameterTypeException

        public UnknownStatsParameterTypeException()
      • UnknownStatsParameterTypeException

        public UnknownStatsParameterTypeException​(Throwable cause)
      • UnknownStatsParameterTypeException

        public UnknownStatsParameterTypeException​(String message)
      • UnknownStatsParameterTypeException

        public UnknownStatsParameterTypeException​(String message,
                                                  Throwable cause)