1: package java.util; 2: 3: public class EmptyStackException extends RuntimeException { 4: public EmptyStackException() { 5: } 6: }