Class FirmAlreadyExistsException
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.firm.service.exceptions.FirmAlreadyExistsException
- All Implemented Interfaces:
Serializable
public final class FirmAlreadyExistsException
extends es.kukenan.smartfi.common.service.exceptions.InvalidCallException
Exception caused by a firm already signed.
- 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_FIRM_ALREADY_EXISTS
Message for existing firm exception.- See Also:
-
-
Constructor Details
-
FirmAlreadyExistsException
public FirmAlreadyExistsException()Default constructor.
-