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