Class ComponentTerminatedException

All Implemented Interfaces:
Serializable

public class ComponentTerminatedException extends RuntimeException
Thrown when operations are invoked after an component has been terminated.
See Also:
  • Field Details

    • cid

      protected jadex.core.ComponentIdentifier cid
      The component identifier.
  • Constructor Details

    • ComponentTerminatedException

      public ComponentTerminatedException()
      Empty constructor for deserialization.
    • ComponentTerminatedException

      public ComponentTerminatedException(jadex.core.ComponentIdentifier cid)
      Create an component termination exception.
    • ComponentTerminatedException

      public ComponentTerminatedException(jadex.core.ComponentIdentifier cid, String message)
      Create an component termination exception.
  • Method Details

    • getComponentIdentifier

      public jadex.core.ComponentIdentifier getComponentIdentifier()
      Get the component identifier.
      Returns:
      The component identifier.
    • setComponentIdentifier

      public void setComponentIdentifier(jadex.core.ComponentIdentifier cid)
      Get the component identifier.