Class UserNotFoundException

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.useradministration.exception.UserNotFoundException
All Implemented Interfaces:
Serializable

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

    • UserNotFoundException

      public UserNotFoundException(Long id)
    • UserNotFoundException

      public UserNotFoundException(String userName)