Class ParamNotEncryptedException

All Implemented Interfaces:
Serializable

public class ParamNotEncryptedException extends ParamCryptoException
入参未加密异常
Author:
wangliang181230
See Also:
  • Constructor Details

    • ParamNotEncryptedException

      public ParamNotEncryptedException(String message)
    • ParamNotEncryptedException

      public ParamNotEncryptedException(String message, String errorCode)
    • ParamNotEncryptedException

      public ParamNotEncryptedException(String message, Throwable cause)
    • ParamNotEncryptedException

      public ParamNotEncryptedException(String message, String errorCode, Throwable cause)