Class OAuth2ClientJsonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mastercard.developer.oauth2.internal.json.exception.OAuth2ClientJsonException
- All Implemented Interfaces:
Serializable
Exception for JSON errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOAuth2ClientJsonException(String message) Creates a new JSON exception with the specified message.OAuth2ClientJsonException(String message, Throwable cause) Creates a new JSON exception with the specified message and 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
-
OAuth2ClientJsonException
Creates a new JSON exception with the specified message. -
OAuth2ClientJsonException
Creates a new JSON exception with the specified message and cause.
-