Class UserNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.dmasone.identity.infrastructure.exception.UserNotFoundException
- All Implemented Interfaces:
Serializable
Raised when a user lookup cannot resolve the requested identifier.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserNotFoundException(String message) Creates the exception with an API-safe message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserNotFoundException
Creates the exception with an API-safe message.- Parameters:
message- explanation returned by the global exception handler
-