Package jadex.bridge
Class ComponentPersistedException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- jadex.bridge.ComponentPersistedException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ComponentPersistedException extends java.lang.RuntimeExceptionThrown when operations are invoked after an component has been persisted.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected IComponentIdentifiercidThe component identifier.
 - 
Constructor SummaryConstructors Constructor 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.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IComponentIdentifiergetComponentIdentifier()Get the component identifier.voidsetComponentIdentifier(IComponentIdentifier cid)Set the component identifier.
 
- 
- 
- 
Field Detail- 
cidprotected IComponentIdentifier cid The component identifier.
 
- 
 - 
Constructor Detail- 
ComponentPersistedExceptionpublic ComponentPersistedException(java.lang.String message) Simple constructor for deserialization.
 - 
ComponentPersistedExceptionpublic ComponentPersistedException(IComponentIdentifier cid) Create an component persited exception.
 - 
ComponentPersistedExceptionpublic ComponentPersistedException(IComponentIdentifier cid, java.lang.String message) Create an component persisted exception.
 
- 
 - 
Method Detail- 
getComponentIdentifierpublic IComponentIdentifier getComponentIdentifier() Get the component identifier.- Returns:
- The component identifier.
 
 - 
setComponentIdentifierpublic void setComponentIdentifier(IComponentIdentifier cid) Set the component identifier.
 
- 
 
-