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 Details

    • MSG_SESSION_NOT_FOUND

      public static final String MSG_SESSION_NOT_FOUND
      Message for user not found exception.
      See Also:
  • Constructor Details

    • ContractIdNotFoundException

      public ContractIdNotFoundException()
      Default constructor.