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