Uses of Class
cloud.opencode.base.hash.exception.OpenHashException
Packages that use OpenHashException
-
Uses of OpenHashException in cloud.opencode.base.hash.exception
Methods in cloud.opencode.base.hash.exception that return OpenHashExceptionModifier and TypeMethodDescriptionstatic OpenHashExceptionOpenHashException.algorithmNotSupported(String algorithm) Creates an algorithm not supported exception 创建算法不支持异常static OpenHashExceptionOpenHashException.hasherAlreadyUsed()Creates a hasher already used exception 创建Hasher已使用异常static OpenHashExceptionOpenHashException.hashFailed(String algorithm, Throwable cause) Creates a hash computation failed exception 创建哈希计算失败异常static OpenHashExceptionOpenHashException.hmacFailed(String algorithm, Throwable cause) Creates an HMAC computation failed exception 创建HMAC计算失败异常static OpenHashExceptionOpenHashException.illegalState(String message) Creates an illegal state exception 创建非法状态异常static OpenHashExceptionOpenHashException.invalidBloomFilterConfig(String reason) Creates an invalid bloom filter configuration exception 创建无效布隆过滤器配置异常static OpenHashExceptionOpenHashException.invalidInput(String message) Creates an invalid input exception 创建无效输入异常static OpenHashExceptionOpenHashException.nodeNotFound(String nodeId) Creates a node not found exception 创建节点不存在异常