public class DuplicateUUIDException extends ConfigurationException
Modifier and Type | Field and Description |
---|---|
(package private) String |
duplicateUUID |
(package private) Path |
existingNodePath |
(package private) Path |
nodeBeingPersistedPath |
private static long |
serialVersionUID |
Constructor and Description |
---|
DuplicateUUIDException(String duplicateUUID,
Path existingNodePath,
Path nodeBeingPersistedPath) |
Modifier and Type | Method and Description |
---|---|
String |
getDuplicateUUID() |
Path |
getExistingNodePath() |
Path |
getNodeBeingPersistedPath() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
String duplicateUUID
Path existingNodePath
Path nodeBeingPersistedPath
public DuplicateUUIDException(String duplicateUUID, Path existingNodePath, Path nodeBeingPersistedPath)
public String getDuplicateUUID()
public Path getExistingNodePath()
public Path getNodeBeingPersistedPath()
Copyright © 2017 dcm4che.org. All rights reserved.