package com.qianwen.core.api.crypto.exception; public class EncryptMethodNotFoundException extends RuntimeException { public EncryptMethodNotFoundException() { super("Encryption method is not defined. (加密方式未定义)"); } }