| 
|||||||||
| 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
public class RepositoryException
This exception indicates that a severe error occured while performing a Repository task.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
 | 
| Constructor Summary | |
|---|---|
RepositoryException()
Constructs a new RepositoryException.  | 
|
RepositoryException(java.lang.String pStr)
Constructs a new RepositoryException with the given explanation.  | 
|
RepositoryException(java.lang.String pId,
                    java.lang.String pItemDescriptorName)
Constructs a new RepositoryException with the given id and descriptor.  | 
|
RepositoryException(java.lang.String pStr,
                    java.lang.Throwable pSourceException)
Constructs a new RepositoryException with the given explanation.  | 
|
RepositoryException(java.lang.Throwable pSourceException)
Constructs a new RepositoryException.  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getId()
Get property id | 
 java.lang.String | 
getItemDescriptorName()
Get property itemDescriptorName | 
 void | 
setId(java.lang.String pId)
Set property id | 
 void | 
setItemDescriptorName(java.lang.String pItemDescriptorName)
Set property itemDescriptorName | 
| 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 RepositoryException()
public RepositoryException(java.lang.String pId,
                           java.lang.String pItemDescriptorName)
pId - id of associated repository itempItemDescriptorName - associated item descriptor namepublic RepositoryException(java.lang.String pStr)
public RepositoryException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problem
public RepositoryException(java.lang.String pStr,
                           java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problem| Method Detail | 
|---|
public void setId(java.lang.String pId)
id
pId - new value to setpublic java.lang.String getId()
id
idpublic void setItemDescriptorName(java.lang.String pItemDescriptorName)
itemDescriptorName
pItemDescriptorName - new value to setpublic java.lang.String getItemDescriptorName()
itemDescriptorName
itemDescriptorName
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||