public class KontentErrorException extends java.lang.RuntimeException implements KontentException
KontentError,
Serialized Form| Constructor and Description |
|---|
KontentErrorException(KontentError kontentError,
boolean shouldRetry)
Thrown to indicate failure of a Kontent.ai request
|
| Modifier and Type | Method and Description |
|---|---|
KontentError |
getKontentError()
Returns the original error provided by Kontent.ai.
|
boolean |
shouldRetry() |
public KontentErrorException(KontentError kontentError, boolean shouldRetry)
kontentError - The original KontentErrorpublic KontentError getKontentError()
KontentErrorpublic boolean shouldRetry()
shouldRetry in interface KontentException