Class UserNotFoundException

All Implemented Interfaces:
Serializable

public class UserNotFoundException extends AbstractNotFoundException
Author:
Titouan COMPIEGNE (titouan.compiegne at graviteesource.com), GraviteeSource Team
See Also:
  • Constructor Details

    • UserNotFoundException

      public UserNotFoundException()
    • UserNotFoundException

      public UserNotFoundException(String id)
    • UserNotFoundException

      public UserNotFoundException(UserId userId)
    • UserNotFoundException

      public UserNotFoundException(String domain, String username)
  • Method Details