Class RateNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.fineract.infrastructure.core.exception.AbstractPlatformException
org.apache.fineract.infrastructure.core.exception.AbstractPlatformResourceNotFoundException
org.apache.fineract.portfolio.rate.exception.RateNotFoundException
All Implemented Interfaces:
Serializable

public class RateNotFoundException extends org.apache.fineract.infrastructure.core.exception.AbstractPlatformResourceNotFoundException
See Also:
  • Constructor Details

    • RateNotFoundException

      public RateNotFoundException(Long id)
    • RateNotFoundException

      public RateNotFoundException(String name)
    • RateNotFoundException

      public RateNotFoundException(String name, org.springframework.dao.EmptyResultDataAccessException e)
    • RateNotFoundException

      public RateNotFoundException(Long id, org.springframework.dao.EmptyResultDataAccessException e)