| Package | Description | 
|---|---|
| javax.cache.event | This package contains event listener interfaces. | 
| javax.cache.integration | This package contains interfaces for integration. | 
| javax.cache.processor | This package contains the API for Entry Processors. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CacheEntryListenerExceptionAn exception to indicate a problem has occurred with a listener. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CacheLoaderExceptionAn exception to indicate a problem has occurred executing a  CacheLoader. | 
| class  | CacheWriterExceptionAn exception to indicate a problem has occurred executing a  CacheWriter. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EntryProcessorExceptionAn exception to indicate a problem occurred attempting to execute an
  EntryProcessoragainst an entry. | 
Copyright © 2014. All Rights Reserved.