You can't. If the superclass that you inherit the method from does not have the checked exception IOException or one of its superclasses in its throws clause, then you can't list the checked exception in the throws clause of the method when you override it. [ February 24, 2006: Message edited by: Keith Lynn ]