returnTO.setProcessorType(processorType);
returnTO.setProcessorName(processorName);
}
}
catch(UnsupportedDataProcessorTypeException udptEx) {
throw new BaseSQLException("Unsupported DataProcessor Type: " + processorType);
}
catch(UnsupportedDataProcessorNameException udpnEx) {
throw new BaseSQLException("Unsupported DataProcessor Name: " + processorName);
}
catch(UnsupportedStoredProcedureAPINameException udpnEx) {
throw new BaseSQLException("Unsupported DataProcessor Name: " + processorName);
}
return returnTO;
}