Local interface/business matching methods exceptions test.
Verify the following:
For each method defined in the local interface, there must be a matching
method in the enterprise Bean's class. The matching method must have:
. All the exceptions defined in the throws clause of the matching method
of the enterprise Bean class must be defined in the throws clause of
the method of the local interface. |