Serializablepublic class AlgoliaException extends Exception
| Constructor | Description |
|---|---|
AlgoliaException(int code,
String message) |
|
AlgoliaException(String message) |
|
AlgoliaException(String message,
Throwable cause) |
|
AlgoliaException(Throwable cause) |
| Modifier and Type | Method | Description |
|---|---|---|
static AlgoliaException |
from(String message,
List<AlgoliaInnerException> errorsByHost) |
|
int |
getCode() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, 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 static AlgoliaException from(String message, List<AlgoliaInnerException> errorsByHost)
public int getCode()
Copyright © 2018. All rights reserved.