public class DuplicateIdException extends RepositoryException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
DuplicateIdException(java.lang.String pId)
Construct a new exception for the given id 
 | 
DuplicateIdException(java.lang.String pId,
                    java.lang.String pItemDescriptorName)
Construct a new exception for the given item descriptor name and id. 
 | 
getId, getItemDescriptorName, setId, setItemDescriptorNamegetMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic DuplicateIdException(java.lang.String pId)
pId - id that is a duplicatepublic DuplicateIdException(java.lang.String pId,
                    java.lang.String pItemDescriptorName)
pId - id that is a duplicatepItemDescriptorName - name of associated item descriptor