Class BicIsNotValidException
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.BicIsNotValidException
- All Implemented Interfaces:
Serializable
public final class BicIsNotValidException
extends es.kukenan.smartfi.common.service.exceptions.InvalidCallException
Exception caused by the was BIC not present for non Spanish IBAN.
- See Also:
-
Field Summary
Fields -
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_BIC_IS_NOT_VALID
Message for BIC not present exception.- See Also:
-
-
Constructor Details
-
BicIsNotValidException
public BicIsNotValidException()Default constructor.
-