|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.core.exception.ContainerException
atg.repository.RepositoryException
atg.repository.DuplicateIdException
public class DuplicateIdException
A RepositoryException that indicates an attempt was made to use a RepositoryItem id that is already in use.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class atg.repository.RepositoryException |
|---|
getId, getItemDescriptorName, setId, setItemDescriptorName |
| Methods inherited from class atg.core.exception.ContainerException |
|---|
getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setSourceException, toString, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public DuplicateIdException(java.lang.String pId)
pId - id that is a duplicate
public DuplicateIdException(java.lang.String pId,
java.lang.String pItemDescriptorName)
pId - id that is a duplicatepItemDescriptorName - name of associated item descriptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||