Class SerpApiSearchException

All Implemented Interfaces:
Serializable

public class SerpApiSearchException extends RuntimeException
SerpApi Search Exception wraps any exception related to the connection with SerpApi.com
Author:
HamaWhite
See Also:
  • Constructor Details

    • SerpApiSearchException

      public SerpApiSearchException()
      Constructor
    • SerpApiSearchException

      public SerpApiSearchException(Exception exception)
      Constructor
      Parameters:
      exception - original exception
    • SerpApiSearchException

      public SerpApiSearchException(String message)
      Constructor
      Parameters:
      message - short description of the root cause