Package org.infinispan.counter.exception
Class CounterOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.counter.exception.CounterException
org.infinispan.counter.exception.CounterOutOfBoundsException
- All Implemented Interfaces:
Serializable
A
CounterException
signalling that the StrongCounter
has reached its bounds.- Since:
- 9.0
- Author:
- Pedro Ruivo
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
FORMAT_MESSAGE
- See Also:
-
UPPER_BOUND
- See Also:
-
LOWER_BOUND
- See Also:
-
-
Constructor Details
-
CounterOutOfBoundsException
-
-
Method Details
-
isUpperBoundReached
public boolean isUpperBoundReached() -
isLowerBoundReached
public boolean isLowerBoundReached()
-