public class CachingShutdownException extends CacheException
| Constructor and Description |
|---|
CachingShutdownException(Map<CacheManager,Exception> failures)
Constructs a new CachingShutdownException with the specified list of shutdown
failures.
|
| Modifier and Type | Method and Description |
|---|---|
Map<CacheManager,Exception> |
getFailures()
Return the set of CacheManagers that failed during shutdown and the associated
thrown exceptions.
|
String |
toString()
Returns a short description of this throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic CachingShutdownException(Map<CacheManager,Exception> failures)
failures - a map containing the thrown exceptionspublic Map<CacheManager,Exception> getFailures()
public String toString()
Throwable.getLocalizedMessage()
method
Copyright © 2013. All Rights Reserved.