Class UnmodifiableStatisticException

All Implemented Interfaces:
Serializable

public class UnmodifiableStatisticException extends UnsupportedOperationException
An exception thrown when users modify an unmodifiable statistic
See Also:
  • Constructor Details

    • UnmodifiableStatisticException

      @FormatMethod public UnmodifiableStatisticException(@FormatString String message, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
      args - the arguments to the message.
    • UnmodifiableStatisticException

      @FormatMethod public UnmodifiableStatisticException(Throwable cause, @FormatString String message, Object... args)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      cause - the cause.
      message - the detail message.
      args - the arguments to the message.