Class DeviceRegistrationNotFoundException

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.self.device.exception.DeviceRegistrationNotFoundException
All Implemented Interfaces:
Serializable

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

    • DeviceRegistrationNotFoundException

      public DeviceRegistrationNotFoundException(Long id)
    • DeviceRegistrationNotFoundException

      public DeviceRegistrationNotFoundException(Long clientId, String value)
    • DeviceRegistrationNotFoundException

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

      public DeviceRegistrationNotFoundException(Long clientId, String value, org.springframework.dao.EmptyResultDataAccessException e)