public class CouchbaseExceptionMappings extends Object
| Modifier and Type | Field and Description |
|---|---|
private static Map<Class<? extends com.couchbase.client.core.CouchbaseException>,ErrorHandlingStrategy> |
mapping |
| Constructor and Description |
|---|
CouchbaseExceptionMappings() |
| Modifier and Type | Method and Description |
|---|---|
static ErrorHandlingStrategy |
getStrategy(com.couchbase.client.core.CouchbaseException e)
Returns a registered error handling strategy.
|
private static final Map<Class<? extends com.couchbase.client.core.CouchbaseException>,ErrorHandlingStrategy> mapping
public static ErrorHandlingStrategy getStrategy(com.couchbase.client.core.CouchbaseException e)
e - the CouchbaseExceptionCopyright © 2018 Apache NiFi Project. All rights reserved.