Package org.gcube.portal.oidc.lr62
Class OIDCException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.portal.oidc.lr62.OIDCException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidTokenException,MissingRefreshTokenException,MissingTokenException,NotAuthorizedException,RefreshException,RefreshTokenExpiredException
public class OIDCException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OIDCException(String message)OIDCException(String message, org.gcube.oidc.rest.OpenIdConnectRESTHelperException cause)OIDCException(org.gcube.oidc.rest.OpenIdConnectRESTHelperException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gcube.oidc.rest.OpenIdConnectRESTHelperExceptiongetCause()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-