Class UserNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.dmasone.identity.infrastructure.exception.UserNotFoundException
All Implemented Interfaces:
Serializable

public class UserNotFoundException extends RuntimeException
Raised when a user lookup cannot resolve the requested identifier.
See Also:
  • Constructor Details

    • UserNotFoundException

      public UserNotFoundException(String message)
      Creates the exception with an API-safe message.
      Parameters:
      message - explanation returned by the global exception handler