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