Class LineMessagingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.linecorp.bot.client.exception.LineMessagingException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadRequestException,ConflictException,ForbiddenException,GeneralLineMessagingException,LineServerException,NotFoundException,TooManyRequestsException,UnauthorizedException
public abstract class LineMessagingException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.linecorp.bot.model.error.ErrorResponsegetErrorResponse()Original error response from server.
-