Package org.infinispan.stats
Class ExtendedStatisticNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.infinispan.stats.ExtendedStatisticNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ExtendedStatisticNotFoundException extends Exception
- Since:
- 6.0
- Author:
- Pedro Ruivo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtendedStatisticNotFoundException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExtendedStatisticNotFoundException
public ExtendedStatisticNotFoundException(String message)
-
-