package java.nio.channels; import java.io.*; public class AlreadyConnectedException extends IOException { AlreadyConnectedException() { } }