Class OAuth2AuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.document.library.repository.authorization.capability.AuthorizationException
com.liferay.document.library.repository.authorization.oauth2.OAuth2AuthorizationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OAuth2AuthorizationException.AccessDenied
,OAuth2AuthorizationException.InvalidRequest
,OAuth2AuthorizationException.InvalidScope
,OAuth2AuthorizationException.InvalidState
,OAuth2AuthorizationException.ServerError
,OAuth2AuthorizationException.TemporarilyUnavailable
,OAuth2AuthorizationException.UnauthorizedClient
,OAuth2AuthorizationException.UnsupportedResponseType
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
protected
protected
OAuth2AuthorizationException
(String msg, Throwable throwable) protected
OAuth2AuthorizationException
(Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2AuthorizationException
getErrorException
(String error, String description) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OAuth2AuthorizationException
protected OAuth2AuthorizationException() -
OAuth2AuthorizationException
-
OAuth2AuthorizationException
-
OAuth2AuthorizationException
-
-
Method Details
-
getErrorException
-