Class UserOrPasswordNotFoundException

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.InvalidCredentialsException
es.kukenan.smartfi.microservice.clients.exception.UserOrPasswordNotFoundException
All Implemented Interfaces:
Serializable

public class UserOrPasswordNotFoundException extends es.kukenan.smartfi.common.service.exceptions.InvalidCredentialsException
Custom exception for user or password not found exception.
See Also:
  • Constructor Details

    • UserOrPasswordNotFoundException

      public UserOrPasswordNotFoundException(String code, String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details)
      Constructor.
      Parameters:
      code - Custom code exception.
      message - exception message.
      cause - exception cause.
      details - exception ErrorDetailDto.