Uses of Class
org.infinispan.counter.exception.CounterException
Packages that use CounterException
Package
Description
Clustered Counters Exceptions.
-
Uses of CounterException in org.infinispan.counter.exception
Subclasses of CounterException in org.infinispan.counter.exceptionModifier and TypeClassDescriptionclass
Signals a missing configuration or an invalid configuration.class
Signal that an attempt to access a counter has failed.class
ACounterException
signalling that theStrongCounter
has reached its bounds. -
Uses of CounterException in org.infinispan.counter.logging
Methods in org.infinispan.counter.logging that return CounterExceptionModifier and TypeMethodDescriptionLog.counterManagerNotStarted()
Log.invalidCounterType
(String expected, String actual) Log.jmxRegistrationFailed
(Throwable cause) -
Uses of CounterException in org.infinispan.server.hotrod.logging
Methods in org.infinispan.server.hotrod.logging that return CounterException