Class ParamCryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.easyj.core.exception.BaseRuntimeException
icu.easyj.web.param.crypto.exception.ParamCryptoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParamDecryptException,ParamEncryptException,ParamNotEncryptedException
参数加密解密的异常
- Author:
- wangliang181230
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParamCryptoException(String message) ParamCryptoException(String message, String errorCode) ParamCryptoException(String message, String errorCode, Throwable cause) ParamCryptoException(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
-
ParamCryptoException
-
ParamCryptoException
-
ParamCryptoException
-
ParamCryptoException
-