java.lang.Object
java.lang.Throwable
java.lang.Exception
com.predic8.membrane.core.interceptor.oauth2client.rf.OAuth2Exception
All Implemented Interfaces:
Serializable

public class OAuth2Exception extends Exception
See Also:
  • Constructor Details

    • OAuth2Exception

      public OAuth2Exception(String error, String errorDescription, Response response)
  • Method Details

    • getError

      public String getError()
    • getErrorDescription

      public String getErrorDescription()
    • getResponse

      public Response getResponse()