Class RetrieveUsernameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.security.authentication.RetrieveUsernameException
-
- All Implemented Interfaces:
Serializable
@Unstable public class RetrieveUsernameException extends Exception
Exception thrown when usingRetrieveUsernameManager
.- Since:
- 14.9, 14.4.6, 13.10.10
- Version:
- $Id: 438e64e7bb52db28a3bfb781067be374d9e12999 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetrieveUsernameException(String message)
Default constructor.RetrieveUsernameException(String message, Throwable throwable)
Constructor in case of parent exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RetrieveUsernameException
public RetrieveUsernameException(String message)
Default constructor.- Parameters:
message
- end-user message about the problem.
-
-