Following I implement Data Class.
Data implements DBMain,DBMainEx
If IOException isn't added on DBMainEx,I get a Complie failureoverridden method does not throw java.rmi.RemoteException
Because RemoteExcepion is subclass of IOException.
Do you Understand?
Origianlly, DBMain extended DBMainEx.And Class Data implements DBMainEx.
But,I changed for RemoteException(subclass of IOException).
Do I receive a cut in marks ? by marker
Is that Automatic Failures??
instructions.html
Any unimplemented exceptions in this interface must all be created as member classes of the suncertify.db package. Each must have a zero argument constructor and a second constructor that takes a String that serves as the exception's description.
[ November 20, 2006: Message edited by: Smith Jone ]
[ November 20, 2006: Message edited by: Smith Jone ]
[ November 20, 2006: Message edited by: Smith Jone ]