public class CacheConfigurationException extends CacheException
Constructor and Description |
---|
CacheConfigurationException(Exception e) |
CacheConfigurationException(String string) |
CacheConfigurationException(String string,
String erroneousAttribute)
Deprecated.
|
CacheConfigurationException(String string,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
void |
addErroneousAttribute(String s)
Deprecated.
|
static Optional<RuntimeException> |
fromMultipleRuntimeExceptions(List<RuntimeException> exceptions) |
List<String> |
getErroneousAttributes()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CacheConfigurationException(Exception e)
public CacheConfigurationException(String string)
@Deprecated public CacheConfigurationException(String string, String erroneousAttribute)
@Deprecated public List<String> getErroneousAttributes()
@Deprecated public void addErroneousAttribute(String s)
public static Optional<RuntimeException> fromMultipleRuntimeExceptions(List<RuntimeException> exceptions)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.