Class CollateralNotFoundException

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.collateral.exception.CollateralNotFoundException
All Implemented Interfaces:
Serializable

public class CollateralNotFoundException extends org.apache.fineract.infrastructure.core.exception.AbstractPlatformResourceNotFoundException
A RuntimeException thrown when guarantor resources are not found.
See Also:
  • Constructor Details

    • CollateralNotFoundException

      public CollateralNotFoundException(Long loanId, Long collateralId)
    • CollateralNotFoundException

      public CollateralNotFoundException(Long id)
    • CollateralNotFoundException

      public CollateralNotFoundException(Long loanId, Long collateralId, org.springframework.dao.EmptyResultDataAccessException e)