Uses of Class
org.infinispan.counter.exception.CounterException
-
Packages that use CounterException Package Description org.infinispan.counter.exception Clustered Counters Exceptions.org.infinispan.counter.logging org.infinispan.server.hotrod.logging -
-
Uses of CounterException in org.infinispan.counter.exception
Subclasses of CounterException in org.infinispan.counter.exception Modifier and Type Class Description class
CounterConfigurationException
Signals a missing configuration or an invalid configuration.class
CounterOutOfBoundsException
ACounterException
signalling that theStrongCounter
has reached its bounds. -
Uses of CounterException in org.infinispan.counter.logging
Methods in org.infinispan.counter.logging that return CounterException Modifier and Type Method Description CounterException
Log_$logger. invalidCounterType(String expected, String actual)
CounterException
Log. invalidCounterType(String expected, String actual)
CounterException
Log_$logger. managerNotStarted()
CounterException
Log. managerNotStarted()
CounterException
Log_$logger. unableToFetchCaches()
CounterException
Log. unableToFetchCaches()
CounterException
Log_$logger. undefinedCounter(String name)
CounterException
Log. undefinedCounter(String name)
-
Uses of CounterException in org.infinispan.server.hotrod.logging
Methods in org.infinispan.server.hotrod.logging that return CounterException Modifier and Type Method Description CounterException
Log_$logger. invalidWeakCounter(String name)
CounterException
Log. invalidWeakCounter(String name)
-