Package org.codelibs.fess.exception
Class FessUserNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelibs.fess.exception.FessSystemException
org.codelibs.fess.exception.FessUserNotFoundException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionFessUserNotFoundException(String username) Constructs a new FessUserNotFoundException with the specified username. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FessUserNotFoundException
Constructs a new FessUserNotFoundException with the specified username.- Parameters:
username- the username that was not found
-