Package com.hw.serpapi
Class SerpApiSearchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hw.serpapi.SerpApiSearchException
- All Implemented Interfaces:
Serializable
SerpApi Search Exception wraps any exception related to the connection with SerpApi.com
- Author:
- HamaWhite
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructorSerpApiSearchException
(Exception exception) ConstructorSerpApiSearchException
(String message) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SerpApiSearchException
public SerpApiSearchException()Constructor -
SerpApiSearchException
Constructor- Parameters:
exception
- original exception
-
SerpApiSearchException
Constructor- Parameters:
message
- short description of the root cause
-