Skip to content

Commit c6d584d

Browse files
committed
remove caller exception checks
1 parent 45a6f2c commit c6d584d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core/src/main/python/wlsdeploy/tool/create/domain_creator.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -953,11 +953,6 @@ def __retrieve_atp_rcudbinfo(self, rcu_db_info, checkAdminPwd=False):
953953
rcu_database, error = atp_helper.get_atp_connect_string(tns_admin + os.sep + 'tnsnames.ora',
954954
rcu_db_info.get_atp_entry())
955955

956-
if rcu_database is None:
957-
ex = exception_helper.create_create_exception('WLSDPLY-12571', error)
958-
self.logger.throwing(ex, class_name=self.__class_name, method_name=_method_name)
959-
raise ex
960-
961956
keystore_pwd = rcu_db_info.get_keystore_password()
962957
truststore_pwd = rcu_db_info.get_truststore_password()
963958

0 commit comments

Comments
 (0)