01: package dalma.impl; 02: 03: import dalma.Conversation; 04: 05: /** 06: * Thrown to forcibly kill the fiber. 07: * 08: * Used to remove a {@link Conversation}. 09: * 10: * @author Kohsuke Kawaguchi 11: */ 12: public class FiberDeath extends Error { 13: }