Class OpenIdConnectServiceException.UserInfoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.security.sso.openid.connect.OpenIdConnectServiceException
com.liferay.portal.security.sso.openid.connect.OpenIdConnectServiceException.UserInfoException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OpenIdConnectServiceException
public static class OpenIdConnectServiceException.UserInfoException
extends OpenIdConnectServiceException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.portal.security.sso.openid.connect.OpenIdConnectServiceException
OpenIdConnectServiceException.AuthenticationException, OpenIdConnectServiceException.NoOpenIdConnectSessionException, OpenIdConnectServiceException.ProviderException, OpenIdConnectServiceException.TokenException, OpenIdConnectServiceException.UserInfoException, OpenIdConnectServiceException.UserMappingException
-
Constructor Summary
ConstructorsConstructorDescriptionUserInfoException
(String msg) UserInfoException
(String msg, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserInfoException
-
UserInfoException
-