Package org.infinispan.commons
Class CacheConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.commons.CacheConfigurationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JmxDomainConflictException
An exception that represents an error in the configuration. This could be a parsing error or a logical error
involving clashing configuration options or missing mandatory configuration elements.
- Since:
- 4.0
- Author:
- Manik Surtani (manik@jboss.org)
- See Also:
-
Constructor Summary
ConstructorDescriptionCacheConfigurationException
(String string) CacheConfigurationException
(String string, Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional
<RuntimeException> fromMultipleRuntimeExceptions
(List<RuntimeException> exceptions) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CacheConfigurationException
-
CacheConfigurationException
-
CacheConfigurationException
-
-
Method Details
-
fromMultipleRuntimeExceptions
public static Optional<RuntimeException> fromMultipleRuntimeExceptions(List<RuntimeException> exceptions)
-