public class RepositoryException extends ContainerException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
mNestedContainerException| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic 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 problempublic RepositoryException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic void setId(java.lang.String pId)
idpId - new value to setpublic java.lang.String getId()
ididpublic void setItemDescriptorName(java.lang.String pItemDescriptorName)
itemDescriptorNamepItemDescriptorName - new value to setpublic java.lang.String getItemDescriptorName()
itemDescriptorNameitemDescriptorName