public class ComponentPersistedException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
protected IComponentIdentifier |
cid
The component identifier.
|
Constructor and Description |
---|
ComponentPersistedException(IComponentIdentifier cid)
Create an component persited exception.
|
ComponentPersistedException(IComponentIdentifier cid,
java.lang.String message)
Create an component persisted exception.
|
ComponentPersistedException(java.lang.String message)
Simple constructor for deserialization.
|
Modifier and Type | Method and Description |
---|---|
IComponentIdentifier |
getComponentIdentifier()
Get the component identifier.
|
void |
setComponentIdentifier(IComponentIdentifier cid)
Set the component identifier.
|
protected IComponentIdentifier cid
public ComponentPersistedException(java.lang.String message)
public ComponentPersistedException(IComponentIdentifier cid)
public ComponentPersistedException(IComponentIdentifier cid, java.lang.String message)
public IComponentIdentifier getComponentIdentifier()
public void setComponentIdentifier(IComponentIdentifier cid)