public class ComponentTerminatedException extends RuntimeException
Constructor and Description |
---|
ComponentTerminatedException(IComponentIdentifier cid)
Create an component termination exception.
|
ComponentTerminatedException(IComponentIdentifier cid,
String message)
Create an component termination exception.
|
ComponentTerminatedException(String message)
Simple constructor for deserialization.
|
Modifier and Type | Method and Description |
---|---|
IComponentIdentifier |
getComponentIdentifier()
Get the component identifier.
|
void |
setComponentIdentifier(IComponentIdentifier cid)
Get the component identifier.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ComponentTerminatedException(String message)
public ComponentTerminatedException(IComponentIdentifier cid)
public ComponentTerminatedException(IComponentIdentifier cid, String message)
public IComponentIdentifier getComponentIdentifier()
public void setComponentIdentifier(IComponentIdentifier cid)
Copyright © 2013. All Rights Reserved.