Question: There is an exception class named IO Exception that is defined in the standard Java libraries. Can you define an exception class as a derived class of the predefined class IO Exception, or must a defined exception class be derived from the class Exception?