public class PathNotFoundException extends DocumentNotFoundException
| Constructor and Description |
|---|
PathNotFoundException(Path pathNotFound,
NodeKey keyForLowestExistingAncestor,
Path pathForLowestExistingAncestor) |
PathNotFoundException(Path pathNotFound,
NodeKey keyForLowestExistingAncestor,
Path pathForLowestExistingAncestor,
String message) |
PathNotFoundException(Path pathNotFound,
NodeKey keyForLowestExistingAncestor,
Path pathForLowestExistingAncestor,
String message,
Throwable cause) |
PathNotFoundException(Path pathNotFound,
NodeKey keyForLowestExistingAncestor,
Path pathForLowestExistingAncestor,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
NodeKey |
getLowestExistingKey() |
Path |
getLowestExistingPath() |
Path |
getPathNotFound() |
String |
toString() |
getKeyaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic PathNotFoundException(Path pathNotFound, NodeKey keyForLowestExistingAncestor, Path pathForLowestExistingAncestor)
pathNotFound - the path that was not foundkeyForLowestExistingAncestor - the key for the lowest node along the path that was foundpathForLowestExistingAncestor - the path for the lowest node along the path that was foundpublic PathNotFoundException(Path pathNotFound, NodeKey keyForLowestExistingAncestor, Path pathForLowestExistingAncestor, String message)
pathNotFound - the path that was not foundkeyForLowestExistingAncestor - the key for the lowest node along the path that was foundpathForLowestExistingAncestor - the path for the lowest node along the path that was foundmessage - the messagepublic PathNotFoundException(Path pathNotFound, NodeKey keyForLowestExistingAncestor, Path pathForLowestExistingAncestor, Throwable cause)
pathNotFound - the path that was not foundkeyForLowestExistingAncestor - the key for the lowest node along the path that was foundpathForLowestExistingAncestor - the path for the lowest node along the path that was foundcause - the cause of this exceptionpublic PathNotFoundException(Path pathNotFound, NodeKey keyForLowestExistingAncestor, Path pathForLowestExistingAncestor, String message, Throwable cause)
pathNotFound - the path that was not foundkeyForLowestExistingAncestor - the key for the lowest node along the path that was foundpathForLowestExistingAncestor - the path for the lowest node along the path that was foundmessage - the messagecause - the cause of this exceptionpublic String toString()
toString in class DocumentStoreExceptionpublic NodeKey getLowestExistingKey()
public Path getLowestExistingPath()
public Path getPathNotFound()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.