Package jadex.bridge
Class ServiceTerminatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jadex.bridge.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.
-
Constructor Summary
Constructors Constructor Description ServiceTerminatedException(IServiceIdentifier sid)
Create a service termination exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IServiceIdentifier
getServiceIdentifier()
Get the service identifier.
-
-
-
Field Detail
-
sid
protected IServiceIdentifier sid
The service identifier.
-
-
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.
-
-