- All Implemented Interfaces:
- java.io.Serializable
public class DeadFeatureException
extends java.lang.RuntimeException
This exception is thrown by the system when a Feature code has been stopped because it is being uninstalled. Only
Kernel code can receive this exception: it never occurs in Feature code. Each call from Kernel to a Feature shall
catch this exception and handle the fact the Feature is not able to execute the desired "service".
- See Also:
- Serialized Form