Uses of Class
org.apache.jackrabbit.oak.plugins.document.DocumentStoreException.Type
-
Packages that use DocumentStoreException.Type Package Description org.apache.jackrabbit.oak.plugins.document -
-
Uses of DocumentStoreException.Type in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document that return DocumentStoreException.Type Modifier and Type Method Description DocumentStoreException.TypeDocumentStoreException. getType()static DocumentStoreException.TypeDocumentStoreException.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.Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type DocumentStoreException.Type Modifier and Type Method Description static DocumentStoreExceptionDocumentStoreException. asDocumentStoreException(String message, Throwable t, DocumentStoreException.Type type, Iterable<String> ids)Converts the givenThrowableinto aDocumentStoreException.Constructors in org.apache.jackrabbit.oak.plugins.document with parameters of type DocumentStoreException.Type Constructor Description DocumentStoreException(String message, Throwable cause, DocumentStoreException.Type type)Creates aDocumentStoreExceptionwith the given message, cause and type.
-