Class ChannelAccessTokenExceptionBuilder

java.lang.Object
com.linecorp.bot.client.base.AbstractExceptionBuilder<ErrorResponse>
com.linecorp.bot.oauth.client.ChannelAccessTokenExceptionBuilder
All Implemented Interfaces:
com.linecorp.bot.client.base.ExceptionBuilder

public class ChannelAccessTokenExceptionBuilder extends com.linecorp.bot.client.base.AbstractExceptionBuilder<ErrorResponse>
  • Constructor Details

    • ChannelAccessTokenExceptionBuilder

      public ChannelAccessTokenExceptionBuilder()
  • Method Details

    • buildException

      protected IOException buildException(okhttp3.Response response, ErrorResponse errorBody)
      Specified by:
      buildException in class com.linecorp.bot.client.base.AbstractExceptionBuilder<ErrorResponse>