Class OAuthCommunicationException

All Implemented Interfaces:
Serializable

public class OAuthCommunicationException extends OAuthException
See Also:
  • Field Details

    • responseBody

      private String responseBody
  • Constructor Details

    • OAuthCommunicationException

      public OAuthCommunicationException(Exception cause)
    • OAuthCommunicationException

      public OAuthCommunicationException(String message, String responseBody)
  • Method Details

    • getResponseBody

      public String getResponseBody()