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.RuntimeExceptionThrown when operations are invoked after a service has been shut down.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected IServiceIdentifiersidThe service identifier.
 - 
Constructor SummaryConstructors Constructor Description ServiceTerminatedException(IServiceIdentifier sid)Create a service termination exception.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IServiceIdentifiergetServiceIdentifier()Get the service identifier.
 
- 
- 
- 
Field Detail- 
sidprotected IServiceIdentifier sid The service identifier.
 
- 
 - 
Constructor Detail- 
ServiceTerminatedExceptionpublic ServiceTerminatedException(IServiceIdentifier sid) Create a service termination exception.
 
- 
 - 
Method Detail- 
getServiceIdentifierpublic IServiceIdentifier getServiceIdentifier() Get the service identifier.- Returns:
- The service identifier.
 
 
- 
 
-