Package jadex.bridge

Class ServiceTerminatedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServiceTerminatedException
    extends java.lang.RuntimeException
    Thrown when operations are invoked after a service has been shut down.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected IServiceIdentifier sid
      The service identifier.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IServiceIdentifier getServiceIdentifier()
      Get the service identifier.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ServiceTerminatedException

        public ServiceTerminatedException​(IServiceIdentifier sid)
        Create a service termination exception.
    • Method Detail

      • getServiceIdentifier

        public IServiceIdentifier getServiceIdentifier()
        Get the service identifier.
        Returns:
        The service identifier.