javax.cache
Class CachingShutdownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.cache.CacheException
javax.cache.CachingShutdownException
- All Implemented Interfaces:
- Serializable
public class CachingShutdownException
- extends CacheException
Thrown to indicate an exception has occurred in an aggregate Caching shutdown
procedure.
- Since:
- 1.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CachingShutdownException
public CachingShutdownException(Map<CacheManager,Exception> failures)
- Constructs a new CachingShutdownException with the specified list of shutdown
failures.
- Parameters:
failures
- a map containing the thrown exceptions
getFailures
public Map<CacheManager,Exception> getFailures()
- Return the set of CacheManagers that failed during shutdown and the associated
thrown exceptions.
- Returns:
- the set of thrown exceptions
Copyright © 2012. All Rights Reserved.