public class OAuth2ClientException
extends java.lang.RuntimeException
Constructor and Description |
---|
OAuth2ClientException(java.lang.String message)
Constructs an
OAuth2ClientException using the provided parameters. |
OAuth2ClientException(java.lang.String message,
java.lang.Throwable cause)
Constructs an
OAuth2ClientException using the provided parameters. |
public OAuth2ClientException(java.lang.String message)
OAuth2ClientException
using the provided parameters.message
- the detail messagepublic OAuth2ClientException(java.lang.String message, java.lang.Throwable cause)
OAuth2ClientException
using the provided parameters.message
- the detail messagecause
- the root cause