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
ConstructorsConstructorDescriptionCacheConfigurationException
(String string) CacheConfigurationException
(String string, String erroneousAttribute) Deprecated, for removal: This API element is subject to removal in a future version.CacheConfigurationException
(String string, Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated, for removal: This API element is subject to removal in a future version.static Optional<RuntimeException>
fromMultipleRuntimeExceptions
(List<RuntimeException> exceptions) Deprecated, for removal: This API element is subject to removal in a future version.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
@Deprecated(forRemoval=true) public CacheConfigurationException(String string, String erroneousAttribute) Deprecated, for removal: This API element is subject to removal in a future version. -
CacheConfigurationException
-
-
Method Details
-
getErroneousAttributes
Deprecated, for removal: This API element is subject to removal in a future version. -
addErroneousAttribute
Deprecated, for removal: This API element is subject to removal in a future version. -
fromMultipleRuntimeExceptions
public static Optional<RuntimeException> fromMultipleRuntimeExceptions(List<RuntimeException> exceptions)
-