Class UserNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.simexid.keycloak.exception.UserNotFoundException
All Implemented Interfaces:
Serializable

public class UserNotFoundException extends Exception
See Also:
  • Constructor Details

    • UserNotFoundException

      public UserNotFoundException()
    • UserNotFoundException

      public UserNotFoundException(String message)
    • UserNotFoundException

      public UserNotFoundException(String message, Throwable cause)
    • UserNotFoundException

      public UserNotFoundException(Throwable cause)