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