public class AlgoliaException extends Exception
| Constructor and Description |
|---|
AlgoliaException(int code,
String message) |
AlgoliaException(String message) |
AlgoliaException(String message,
Throwable cause) |
AlgoliaException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static AlgoliaException |
from(String message,
List<AlgoliaInnerException> errorsByHost) |
int |
getCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AlgoliaException(Throwable cause)
public AlgoliaException(String message)
public AlgoliaException(int code,
String message)
public int getCode()
public static AlgoliaException from(String message, List<AlgoliaInnerException> errorsByHost)
Copyright © 2016. All rights reserved.