package multimonster.common.pipe; /** * Indicates that the Channel is closed and the requested operation * failed. * * @author J�rg Meier */ public class ChannelClosedException extends Exception { }