package java.lang; /** * @since CLDC 1.0 */ public class ArithmeticException extends RuntimeException { public ArithmeticException() {} public ArithmeticException(String s) {} }