1: package java.lang; 2: 3: public class IndexOutOfBoundsException extends RuntimeException { 4: public IndexOutOfBoundsException() { 5: } 6: 7: public IndexOutOfBoundsException(String s) { 8: } 9: }