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