Class CccNotCorrectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
es.kukenan.smartfi.common.service.exceptions.KukenanWalletException
es.kukenan.smartfi.common.service.exceptions.InvalidCallException
es.kukenan.smartfi.microservice.transfer.service.backoffice.exceptions.CccNotCorrectException
- All Implemented Interfaces:
Serializable
public final class CccNotCorrectException
extends es.kukenan.smartfi.common.service.exceptions.InvalidCallException
Exception caused by the was CCC not correct.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringMessage for CCC not format/check is not correct. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class es.kukenan.smartfi.common.service.exceptions.KukenanWalletException
canEqual, equals, getAdditionalInfo, getCode, getDetails, getHttpStatus, hashCode, setAdditionalInfo, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
MSG_CCC_NOT_CORRECT
Message for CCC not format/check is not correct.- See Also:
-
-
Constructor Details
-
CccNotCorrectException
public CccNotCorrectException()Default constructor.
-