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
public class OidcClientException extends RuntimeException
Exception throwable from class that implementsOidcClientin case of error response from the OIDC provider.- Author:
- Luca Giamminonni (luca.giamminonni at 4science.it)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OidcClientException(int status, String content)OidcClientException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStatus()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-