Class UnknownStatsParameterSetException

  • All Implemented Interfaces:
    Serializable

    public class UnknownStatsParameterSetException
    extends Exception

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

    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownStatsParameterSetException

        public UnknownStatsParameterSetException()
      • UnknownStatsParameterSetException

        public UnknownStatsParameterSetException​(Throwable cause)
      • UnknownStatsParameterSetException

        public UnknownStatsParameterSetException​(String message)
      • UnknownStatsParameterSetException

        public UnknownStatsParameterSetException​(String message,
                                                 Throwable cause)