Home
last modified time | relevance | path

Searched refs:getMessage (Results 1 – 25 of 88) sorted by relevance

1234

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/keystore/
DKeyStoreHelper.java136 logger.debug(exception.getMessage(), exception); in KeyStoreHelper()
137 …tomException.throwException(ERROR.ACCESS_ERROR, "Init keystore failed: " + exception.getMessage()); in KeyStoreHelper()
173 logger.debug(exception.getMessage(), exception); in hasAlias()
174 CustomException.throwException(ERROR.ACCESS_ERROR, exception.getMessage()); in hasAlias()
206 logger.debug(exception.getMessage(), exception); in loadPrivateKey()
207 CustomException.throwException(ERROR.ACCESS_ERROR, exception.getMessage()); in loadPrivateKey()
209 logger.debug(exception.getMessage(), exception); in loadPrivateKey()
230 logger.debug(exception.getMessage(), exception); in putValidCert()
258 logger.debug(exception.getMessage(), exception); in loadCertificates()
259 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, exception.getMessage()); in loadCertificates()
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/cert/
DCertTools.java103 LOGGER.debug(exception.getMessage(), exception); in generateRootCaCert()
104 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, exception.getMessage()); in generateRootCaCert()
127 LOGGER.debug(exception.getMessage(), exception); in generateSubCert()
128 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, exception.getMessage()); in generateSubCert()
155 LOGGER.debug(exception.getMessage(), exception); in generateCert()
156 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, exception.getMessage()); in generateCert()
181 LOGGER.debug(exception.getMessage(), exception); in generateEndCert()
182 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, exception.getMessage()); in generateEndCert()
203 LOGGER.debug(exception.getMessage(), exception); in generateCsr()
233 LOGGER.debug(exception.getMessage(), exception); in createFixedContentSigner()
DCertBuilder.java90 logger.debug(exception.getMessage(), exception); in CertBuilder()
91 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, exception.getMessage()); in CertBuilder()
102 logger.debug(exception.getMessage(), exception); in CertBuilder()
103 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, exception.getMessage()); in CertBuilder()
122 logger.debug(exception.getMessage(), exception); in withAuthorityKeyIdentifier()
123 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, exception.getMessage()); in withAuthorityKeyIdentifier()
214 logger.debug(exception.getMessage(), exception); in build()
215 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, exception.getMessage()); in build()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/key/
DKeyPairTools.java116 LOGGER.debug(e.getMessage(), e); in generateKeyPair()
117 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, e.getMessage()); in generateKeyPair()
145 LOGGER.debug(exception.getMessage(), exception); in stringToPublicKey()
146 CustomException.throwException(ERROR.ACCESS_ERROR, exception.getMessage()); in stringToPublicKey()
164 LOGGER.debug(exception.getMessage(), exception); in stringToPrivateKey()
165 CustomException.throwException(ERROR.ACCESS_ERROR, exception.getMessage()); in stringToPrivateKey()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/databasepool/
DSqlRunnable.java54 LOGGER.error(throwAbles.getMessage()); in execute()
83 LOGGER.error(exception.getMessage()); in executeBatch()
109 LOGGER.error(throwAbles.getMessage()); in executeQuery()
193 LOGGER.error(exception.getMessage()); in close()
202 LOGGER.error(exception.getMessage()); in close()
211 LOGGER.error(exception.getMessage()); in close()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/datatable/
DLogTable.java100 pst.setString(7, hiLogBean.getMessage()); in insertLogInfoBatch()
103 LOGGER.error("insert log data {}", sqlException.getMessage()); in insertLogInfoBatch()
115 LOGGER.error("insert log data {}", throwAbles.getMessage()); in insertLogInfoBatch()
122 LOGGER.error("insert log data {}", exception.getMessage()); in insertLogInfoBatch()
140 LOGGER.error("insert log data {}", sqlException.getMessage()); in closeConnection()
DDiskIoTable.java107 LOGGER.info("insert SysDiskIoInfo {}", sqlException.getMessage()); in insertSysDiskIoInfo()
116 LOGGER.info("insert SysDiskIoInfo {}", exception.getMessage()); in insertSysDiskIoInfo()
121 LOGGER.error("insert SysDiskIoInfo {}", exception.getMessage()); in insertSysDiskIoInfo()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/common/util/
DCloseResourceUtil.java52 LOGGER.error("SQLException error: " + exception.getMessage()); in closeResource()
62 LOGGER.error("SQLException error: " + exception.getMessage()); in closeResource()
72 LOGGER.error("SQLException error: " + exception.getMessage()); in closeResource()
DBeanUtil.java79 LOGGER.error("exception error {}", exception.getMessage()); in serialize()
103 LOGGER.error("exception error {}", exception.getMessage()); in serializeByCodedOutPutStream()
127 LOGGER.error("exception error {}", exception.getMessage()); in serializeByCodedOutPutStream()
151 LOGGER.error("exception error {}", exception.getMessage()); in serializeByCodedOutPutStream()
175 LOGGER.error("exception error {}", exception.getMessage()); in serializeByCodedOutPutStream()
200 LOGGER.error("exception error {}", exception.getMessage()); in serializeByCodedOutPutStream()
222 LOGGER.error("exception error {}", exception.getMessage()); in deserialize()
346 LOGGER.error(exception.getMessage()); in getFieldValueByName()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
DCertTest.java116 logger.error(exception, () -> exception.getMessage()); in testRootCaCert()
122 logger.error(exception, () -> exception.getMessage()); in testRootCaCert()
133 logger.error(exception, () -> exception.getMessage()); in testRootCaCert()
156 logger.info(exception, () -> exception.getMessage()); in testSubCaCert()
162 logger.info(exception, () -> exception.getMessage()); in testSubCaCert()
173 logger.info(exception, () -> exception.getMessage()); in testSubCaCert()
196 logger.info(exception, () -> exception.getMessage()); in testAppCert()
202 logger.info(exception, () -> exception.getMessage()); in testAppCert()
213 logger.info(exception, () -> exception.getMessage()); in testAppCert()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DVerifyHelper.java85 LOGGER.debug(exception.getMessage(), exception); in verifySignature()
86 …xception.throwException(ERROR.SIGN_ERROR, "Failed to verify signature: " + exception.getMessage()); in verifySignature()
112 LOGGER.debug(exception.getMessage(), exception); in certStoreToCertList()
150 LOGGER.debug(exception.getMessage(), exception); in verify()
151 result.setMessage(exception.getMessage()); in verify()
166 LOGGER.debug(exception.getMessage(), exception); in verifyPkcs()
168 + exception.getMessage()); in verifyPkcs()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DCertUtils.java156 LOGGER.debug(exception.getMessage(), exception); in buildDN()
158 … String.format("Error params near: %s. Reason: %s", nameString, exception.getMessage())); in buildDN()
193 LOGGER.debug(exception.getMessage(), exception); in generateCrl()
194 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, exception.getMessage()); in generateCrl()
249 LOGGER.debug(exception.getMessage(), exception); in save2Pem()
250 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, exception.getMessage()); in save2Pem()
252 LOGGER.debug(exception.getMessage(), exception); in save2Pem()
253 CustomException.throwException(ERROR.WRITE_FILE_ERROR, exception.getMessage()); in save2Pem()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
DSignToolServiceImpl.java262 logger.debug(exception.getMessage(), exception); in signProfile()
263 logger.error(exception.getMessage()); in signProfile()
285 logger.error(verificationResult.getMessage()); in verifyProfile()
289 logger.debug(exception.getMessage(), exception); in verifyProfile()
290 logger.error(exception.getMessage()); in verifyProfile()
344 logger.debug(exception.getMessage(), exception); in outputString()
345 CustomException.throwException(ERROR.WRITE_FILE_ERROR, exception.getMessage()); in outputString()
367 logger.debug(exception.getMessage(), exception); in outputCert()
368 CustomException.throwException(ERROR.WRITE_FILE_ERROR, exception.getMessage()); in outputCert()
393 logger.debug(exception.getMessage(), exception); in outputCertChain()
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/exception/
DSignatureException.java46 public String getMessage() { in getMessage() method in SignatureException
53 sb.append(super.getMessage()); in getMessage()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/hiperf/
DPerfDAO.java91 LOGGER.error(exception.getMessage()); in free()
105 LOGGER.error(exception.getMessage()); in newConn()
145 LOGGER.error(exception.getMessage()); in createTable()
196 LOGGER.error(exception.getMessage()); in executeStatement()
DHiperfParse.java160 LOGGER.error(exception.getMessage()); in insertSample()
170 LOGGER.error(exception.getMessage()); in insertSample()
193 LOGGER.error(exception.getMessage()); in getThreadPst()
218 LOGGER.error(exception.getMessage()); in getFilePst()
248 LOGGER.error(exception.getMessage()); in getSamplePst()
/developtools/packing_tool/adapter/ohos/
DFileUtils.java67 LOG.error("getFileData IOException error: " + exception.getMessage()); in getFileData()
120 LOG.error("IOException error: " + msg.getMessage()); in getFileList()
149 LOG.error("get file content fail, msg is " + msg.getMessage()); in getFileContent()
205 LOG.error("stream close Error, msg is " + msg.getMessage()); in closeStream()
278 LOG.error("unzip IOException : " + msg.getMessage()); in unzip()
312 LOG.error("deleteDirectory IOException : " + msg.getMessage()); in deleteDirectory()
330 LOG.error("format path IOException : " + msg.getMessage()); in getFormatedPath()
DBinaryTool.java71 LOG.error("IOException, msg is: " + msg.getMessage()); in generateBinaryFile()
103 LOG.error("write packageInfo fail, msg is " + msg.getMessage()); in writePackageInfo()
156 LOG.error("write fail, msg is: " + msg.getMessage()); in writeFileInfo()
DCompressor.java186 … LOG.error("Compressor::compressProcess file not found exception" + exception.getMessage()); in compressProcess()
575 LOG.error("IOException : " + msg.getMessage()); in copyFileUsingFileStreams()
629 LOG.error("unzip IOException : " + msg.getMessage()); in unzip()
991 LOG.error("IOException error: " + msg.getMessage()); in getFileList()
1126 LOG.error("Compressor::compressFile io exception: " + exception.getMessage()); in compress()
1128 LOG.error("Compressor::compressFile bundle exception" + bundleException.getMessage()); in compress()
1163 LOG.error("Uncompressor::getCrcFromFile io exception: " + exception.getMessage()); in getCrcFromFile()
1250 LOG.error("Compressor::compressFile io exception: " + exception.getMessage()); in compressFile()
1348 LOG.error("Compressor::checkModuleTypeInHaps io exception: " + exception.getMessage()); in checkModuleTypeInHaps()
1406 LOG.error("Compressor::checkVersionInHaps io exception: " + exception.getMessage()); in checkVersionInHaps()
[all …]
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/samplecode/datasources/databases/datatable/
DSampleCodeTable.java108 LOGGER.error("insert sampleIoInfo {}", sqlException.getMessage()); in insertData()
118 LOGGER.info("insert sampleIoInfo {}", exception.getMessage()); in insertData()
123 LOGGER.info("insert sampleIoInfo {}", exception.getMessage()); in insertData()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/dialog/
DLicenseDialog.java94 LOGGER.error(exception.getMessage()); in getLicenseText()
100 LOGGER.error(exception.getMessage()); in getLicenseText()
107 LOGGER.error(exception.getMessage()); in getLicenseText()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/memory/agentdao/
DMemoryInstanceDao.java112 LOGGER.error("SQLException error: " + throwAbles.getMessage()); in insertMemoryInstanceInfo()
150 LOGGER.error("insert AppInfo {}", sqlException.getMessage()); in insertMemoryInstanceInfos()
161 LOGGER.error("SQLException error: " + sqlException.getMessage()); in insertMemoryInstanceInfos()
214 LOGGER.error(throwAbles.getMessage()); in getMemoryInstanceInfos()
270 LOGGER.error(throwAbles.getMessage()); in getAllMemoryInstanceInfos()
DClassInfoDao.java92 LOGGER.error("memoryHeapInfo Exception {}", throwables.getMessage()); in insertClassInfo()
133 LOGGER.error("memoryHeapInfo Exception {}", throwables.getMessage()); in insertClassInfos()
172 LOGGER.error("memoryHeapInfo Exception {}", throwables.getMessage()); in getAllClassInfoData()
206 LOGGER.error("memoryHeapInfo Exception {}", throwables.getMessage()); in getClassIdByClassName()
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DCmdUnitTest.java388 logger.info(exception, () -> exception.getMessage()); in testCmdKeypair()
429 logger.info(exception, () -> exception.getMessage()); in testCmdCsr()
460 logger.info(exception, () -> exception.getMessage()); in testCmdCert()
509 logger.info(exception, () -> exception.getMessage()); in testCmdCa()
545 logger.info(exception, () -> exception.getMessage()); in testCmdAppCert()
603 logger.info(exception, () -> exception.getMessage()); in testCmdProfileCert()
659 logger.info(exception, () -> exception.getMessage()); in testCmdSignProfile()
689 logger.info(exception, () -> exception.getMessage()); in testVerifyProfile()
709 logger.info(exception, () -> exception.getMessage()); in testCmdSignApp()
723 logger.info(exception, () -> exception.getMessage()); in testCmdVerifyApp()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/
DLocalSigner.java88 logger.debug(exception.getMessage(), exception); in getSignature()
89 CustomException.throwException(ERROR.SIGN_ERROR, exception.getMessage()); in getSignature()

1234