Java in a Nutshell Online Quick Reference for Java 1.1
Availability: JDK 1.1
public class AlreadyBoundException extends Exception { // Public Constructors public AlreadyBoundException(); public AlreadyBoundException(String s); }