Class UserNotFoundException

All Implemented Interfaces:
Serializable

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

    • UserNotFoundException

      public UserNotFoundException(Long id)
    • UserNotFoundException

      public UserNotFoundException(String username)