Package org.infinispan.api.exception
Class InfinispanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.api.exception.InfinispanException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InfinispanConfigurationException
InfinispanException is raised when any runtime error not related to configuration is raised. It wraps the underlying
exception/error.
- Since:
- 14.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInfinispanException(String message) InfinispanException(String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InfinispanException
-
InfinispanException
-