| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document |
| Modifier and Type | Method and Description |
|---|---|
DocumentStoreException.Type |
DocumentStoreException.getType() |
static DocumentStoreException.Type |
DocumentStoreException.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentStoreException.Type[] |
DocumentStoreException.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentStoreException |
DocumentStoreException.asDocumentStoreException(String message,
Throwable t,
DocumentStoreException.Type type,
Iterable<String> ids)
Converts the given
Throwable into a DocumentStoreException. |
| Constructor and Description |
|---|
DocumentStoreException(String message,
Throwable cause,
DocumentStoreException.Type type)
Creates a
DocumentStoreException with the given message, cause
and type. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.