Class CryptoException

All Implemented Interfaces:
Serializable

public class CryptoException extends UncheckedException
类型: 加解密异常
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Constructor Details

    • CryptoException

      public CryptoException(Throwable e)
    • CryptoException

      public CryptoException(String message)
    • CryptoException

      public CryptoException(String messageTemplate, Object... args)
    • CryptoException

      public CryptoException(String message, Throwable throwable)
    • CryptoException

      public CryptoException(String message, Throwable throwable, boolean enableSuppression, boolean writableStackTrace)
    • CryptoException

      public CryptoException(Throwable throwable, String messageTemplate, Object... params)