Package org.dspace.authenticate.oidc
Class OidcClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dspace.authenticate.oidc.OidcClientException
- All Implemented Interfaces:
Serializable
Exception throwable from class that implements
OidcClient in case of
error response from the OIDC provider.- Author:
- Luca Giamminonni (luca.giamminonni at 4science.it)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOidcClientException(int status, String content) OidcClientException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OidcClientException
-
OidcClientException
-
-
Method Details
-
getStatus
public int getStatus()
-