Class LineMessagingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.linecorp.bot.client.exception.LineMessagingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadRequestException, ConflictException, ForbiddenException, GeneralLineMessagingException, LineServerException, NotFoundException, TooManyRequestsException, UnauthorizedException

public abstract class LineMessagingException extends Exception
See Also:
  • Method Details

    • getErrorResponse

      public com.linecorp.bot.model.error.ErrorResponse getErrorResponse()
      Original error response from server.

      Null when error response is not exist.