Class ParamNotEncryptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.easyj.core.exception.BaseRuntimeException
icu.easyj.web.param.crypto.exception.ParamCryptoException
icu.easyj.web.param.crypto.exception.ParamNotEncryptedException
- All Implemented Interfaces:
Serializable
入参未加密异常
- Author:
- wangliang181230
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParamNotEncryptedException(String message) ParamNotEncryptedException(String message, String errorCode) ParamNotEncryptedException(String message, String errorCode, Throwable cause) ParamNotEncryptedException(String message, Throwable cause) -
Method Summary
Methods inherited from class icu.easyj.core.exception.BaseRuntimeException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParamNotEncryptedException
-
ParamNotEncryptedException
-
ParamNotEncryptedException
-
ParamNotEncryptedException
-