Package org.infinispan.counter.exception
Class CounterNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.counter.exception.CounterException
org.infinispan.counter.exception.CounterNotFoundException
- All Implemented Interfaces:
Serializable
Signal that an attempt to access a counter has failed.
- Since:
- 14.0
- See Also:
-
Constructor Summary
ConstructorDescriptionCounterNotFoundException
(String message) CounterNotFoundException
(String message, Throwable cause) CounterNotFoundException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CounterNotFoundException
public CounterNotFoundException() -
CounterNotFoundException
-
CounterNotFoundException
-
CounterNotFoundException
-
CounterNotFoundException
-