Transcription: The first form of the catch statement receives a copy of the thrown object. The second form catches an exception of the specified type, but does not receive a copy of the thrown object. The third and last form catches any type of exception.