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, toString
public AlgoliaException(Throwable cause)
public AlgoliaException(String message)
public AlgoliaException(int code, String message)
public static AlgoliaException from(String message, List<AlgoliaInnerException> errorsByHost)
public int getCode()
Copyright © 2017. All rights reserved.