public interface ExternalCacheExceptionListener
ExternalCacheException is being thrown.
This is to allow the opportunity to record metrics.
Implementations of this interface should not throw an exception.| Modifier and Type | Method and Description |
|---|---|
void |
onThrow(String cacheName,
ExternalCacheException ex)
Called when the supplied exception is about to be thrown.
|
void onThrow(String cacheName, ExternalCacheException ex)
cacheName - the name of the cache associated with the exceptionex - the exception to be thrownCopyright © 2019 Atlassian. All rights reserved.