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 | Description |
---|---|---|
class |
CacheEntryListenerException |
An exception to indicate a problem has occurred with a listener.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CacheLoaderException |
An exception to indicate a problem has occurred executing a
CacheLoader . |
class |
CacheWriterException |
An exception to indicate a problem has occurred executing a
CacheWriter . |
Modifier and Type | Class | Description |
---|---|---|
class |
EntryProcessorException |
An exception to indicate a problem occurred attempting to execute an
EntryProcessor against an entry. |
Copyright © 2017. All rights reserved.