Class VkApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
api.longpoll.bots.exceptions.VkApiException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VkResponseException

public class VkApiException extends Exception
A common exception that occurs in Java VK Bots Long Poll API library.
See Also:
  • Constructor Details

    • VkApiException

      public VkApiException(Throwable cause)
    • VkApiException

      public VkApiException(String message)