Class FessUserNotFoundException

All Implemented Interfaces:
Serializable

public class FessUserNotFoundException extends FessSystemException
Exception thrown when a user is not found in the Fess system. This exception is typically thrown during authentication or user lookup operations when the specified user does not exist in the system.
See Also:
  • Constructor Details

    • FessUserNotFoundException

      public FessUserNotFoundException(String username)
      Constructs a new FessUserNotFoundException with the specified username.
      Parameters:
      username - the username that was not found