public class DocumentNotFoundException extends DbAccessException
| Constructor and Description |
|---|
DocumentNotFoundException(String path) |
DocumentNotFoundException(String path,
org.codehaus.jackson.JsonNode responseBody) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
boolean |
isDocumentDeleted() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DocumentNotFoundException(String path, org.codehaus.jackson.JsonNode responseBody)
public DocumentNotFoundException(String path)
public boolean isDocumentDeleted()
public String getPath()
Copyright © 2012. All Rights Reserved.