Class ContractIdNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
es.kukenan.smartfi.common.service.exceptions.UnexpectedException
es.kukenan.smartfi.microservice.contracts.service.exceptions.ContractIdNotFoundException
- All Implemented Interfaces:
Serializable
public final class ContractIdNotFoundException
extends es.kukenan.smartfi.common.service.exceptions.UnexpectedException
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.UnexpectedException
canEqual, equals, getCode, getUuid, hashCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
MSG_SESSION_NOT_FOUND
Message for user not found exception.- See Also:
-
-
Constructor Details
-
ContractIdNotFoundException
public ContractIdNotFoundException()Default constructor.
-