public class DuplicateIDException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected String |
dupe
The duplicate identifier
|
| Constructor and Description |
|---|
DuplicateIDException(String dupe)
Creates a new instance of DuplicateIDException.
|
DuplicateIDException(String dupe,
String message)
Creates a new instance of DuplicateIDException.
|
DuplicateIDException(String dupe,
Throwable cause)
Creates a new instance of DuplicateIDException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDuplicateID()
Returns the IRI that identifies the existing resource.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected String dupe
public DuplicateIDException(String dupe)
dupe - the duplicate ID.public DuplicateIDException(String dupe, String message)
dupe - the duplicate ID.message - the detail message.public String getDuplicateID()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.