Class StatusNotFoundException
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.StatusNotFoundException
- All Implemented Interfaces:
Serializable
public final class StatusNotFoundException
extends es.kukenan.smartfi.common.service.exceptions.InvalidCallException
Exception caused by a specified user was not found or is not visible in the operation context (access level...).
- 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_STATUS_NOT_FOUND
Message for Status not found exception.- See Also:
-
-
Constructor Details
-
StatusNotFoundException
public StatusNotFoundException()Default constructor.
-