Class StatisticsDisabledException

All Implemented Interfaces:
Serializable

public class StatisticsDisabledException extends CacheRuntimeException
Thrown if statistics are requested when statistics are disabled on the region.
Since:
GemFire 3.0
See Also:
  • Constructor Details

    • 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