Class NotBlockedUserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
es.kukenan.smartfi.common.service.exceptions.KukenanWalletException
es.kukenan.smartfi.microservice.clients.exception.NotBlockedUserException
All Implemented Interfaces:
Serializable

public class NotBlockedUserException extends es.kukenan.smartfi.common.service.exceptions.KukenanWalletException
Not blocked user exception.
See Also:
  • Constructor Details

    • NotBlockedUserException

      public NotBlockedUserException(String message, Throwable cause, Map additionalInfo, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details)
      Constructor for not blocked exception.
      Parameters:
      message - message exception
      cause - cause exception.
      additionalInfo - map with additionalinfo for not blocked user exception.
      details - Set of fetails of not blocked user exception.