Class CounterNotFoundException

All Implemented Interfaces:
Serializable

public class CounterNotFoundException extends CounterException
Signal that an attempt to access a counter has failed.
Since:
14.0
See Also:
  • Constructor Details

    • CounterNotFoundException

      public CounterNotFoundException()
    • CounterNotFoundException

      public CounterNotFoundException(String message)
    • CounterNotFoundException

      public CounterNotFoundException(String message, Throwable cause)
    • CounterNotFoundException

      public CounterNotFoundException(Throwable cause)
    • CounterNotFoundException

      public CounterNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)