Class UserNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
vaultWeb.exceptions.notfound.UserNotFoundException
All Implemented Interfaces:
Serializable

@ResponseStatus(NOT_FOUND) public class UserNotFoundException extends RuntimeException
See Also:
  • Constructor Details

    • UserNotFoundException

      public UserNotFoundException(String message)