public class IntegerOverflowException extends Exception { public IntegerOverflowException(String message) { super(message); } }