mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 5190: enhancing some of the error messages returned to be more intuitive
This commit is contained in:
parent
89cce1a023
commit
ad4ea90207
@ -60,8 +60,8 @@ public class UpdateCertificateCmd extends BaseCmd {
|
|||||||
return returnValues;
|
return returnValues;
|
||||||
}
|
}
|
||||||
catch (Exception ex) {
|
catch (Exception ex) {
|
||||||
s_logger.error("Exception adding config value: ", ex);
|
s_logger.error("Exception updating the ssl certificate in db: ", ex);
|
||||||
throw new ServerApiException(BaseCmd.INTERNAL_ERROR, "Failed to add config value : " + ex.getMessage());
|
throw new ServerApiException(BaseCmd.INTERNAL_ERROR, "Exception updating the ssl certificate in db: " + ex.getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user