Class ConflictException

All Implemented Interfaces:
Serializable

public class ConflictException extends LineMessagingException

Messaging API returns `409 Conflict`.

Typically, Messaging API returns `409 Conflict` when call API with `X-Line-Retry-Key` and it's conflicted.

See Retrying a failed API request

See Also:
  • Constructor Details

    • ConflictException

      public ConflictException(String message, com.linecorp.bot.model.error.ErrorResponse errorResponse)