Class OAuth2Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.projectnessie.client.http.HttpClientException
-
- org.projectnessie.client.auth.oauth2.OAuth2Exception
-
- All Implemented Interfaces:
java.io.Serializable
public class OAuth2Exception extends HttpClientException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuth2Exception(Status status, org.projectnessie.client.auth.oauth2.ErrorResponse errorResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorCode()StatusgetStatus()
-