declare namespace java { namespace nio { namespace channels { /** * Unchecked exception thrown when an attempt is made to bind the socket a * network oriented channel that is already bound. * @since 1.7 */ // @ts-ignore class AlreadyBoundException extends java.lang.IllegalStateException { /** * Constructs an instance of this class. */ // @ts-ignore constructor() } } } }