Class LoginRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.forgerock.oauth2.core.exceptions.OAuth2Exception
-
- org.forgerock.oauth2.core.exceptions.LoginRequiredException
-
- All Implemented Interfaces:
Serializable
public class LoginRequiredException extends OAuth2Exception
Thrown when the authentication of the resource owner fails.- Since:
- 12.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoginRequiredException()Constructs a new LoginRequiredException with the default message.LoginRequiredException(String message)Constructs a new LoginRequiredException with a specified message.
-
Method Summary
-
Methods inherited from class org.forgerock.oauth2.core.exceptions.OAuth2Exception
getError, getParameterLocation, getStatusCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LoginRequiredException
public LoginRequiredException()
Constructs a new LoginRequiredException with the default message.
-
LoginRequiredException
public LoginRequiredException(String message)
Constructs a new LoginRequiredException with a specified message.
-
-