Package ej.kf

Class DeadFeatureException

  • All Implemented Interfaces:
    Serializable

    public class DeadFeatureException
    extends 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
    • Constructor Detail

      • DeadFeatureException

        public DeadFeatureException()