import javax.management.ReflectionException;
import javax.management.RuntimeErrorException;
import javax.management.RuntimeOperationsException;
-import javax.management.modelmbean.InvalidTargetObjectTypeException;
import javax.management.modelmbean.ModelMBeanNotificationBroadcaster;
import org.apache.juli.logging.Log;
* @exception RuntimeOperationsException if the managed resource or the
* resource type is <code>null</code> or invalid
*/
- public Object getManagedResource()
- throws InstanceNotFoundException, InvalidTargetObjectTypeException,
- MBeanException, RuntimeOperationsException {
+ public Object getManagedResource() throws InstanceNotFoundException,
+ MBeanException, RuntimeOperationsException {
if (resource == null)
throw new RuntimeOperationsException