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
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
ConstructorsConstructorDescriptionCacheConfigurationException
(String string) CacheConfigurationException
(String string, String erroneousAttribute) Deprecated.CacheConfigurationException
(String string, Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.static Optional<RuntimeException>
fromMultipleRuntimeExceptions
(List<RuntimeException> exceptions) Deprecated.
-
Constructor Details
-
CacheConfigurationException
-
CacheConfigurationException
-
CacheConfigurationException
Deprecated. -
CacheConfigurationException
-
-
Method Details
-
getErroneousAttributes
Deprecated. -
addErroneousAttribute
Deprecated. -
fromMultipleRuntimeExceptions
public static Optional<RuntimeException> fromMultipleRuntimeExceptions(List<RuntimeException> exceptions)
-