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