public class DocumentNotFoundException extends DbAccessException
| Constructor and Description |
|---|
DocumentNotFoundException(String path) |
DocumentNotFoundException(String path,
com.fasterxml.jackson.databind.JsonNode responseBody) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getBody() |
String |
getPath() |
boolean |
isDatabaseDeleted() |
boolean |
isDocumentDeleted() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DocumentNotFoundException(String path, com.fasterxml.jackson.databind.JsonNode responseBody)
public DocumentNotFoundException(String path)
public boolean isDocumentDeleted()
public boolean isDatabaseDeleted()
public com.fasterxml.jackson.databind.JsonNode getBody()
public String getPath()
Copyright © 2017. All rights reserved.