Package org.infinispan.counter.exception
Class CounterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.counter.exception.CounterException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CounterConfigurationException
,CounterOutOfBoundsException
public class CounterException extends RuntimeException
ARuntimeException
related to counters.- Since:
- 9.0
- Author:
- Pedro Ruivo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CounterException()
CounterException(String message)
CounterException(String message, Throwable cause)
CounterException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
CounterException(Throwable cause)
-