Package com.algolia.search.exceptions
Class AlgoliaRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.algolia.search.exceptions.AlgoliaRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlgoliaApiException,AlgoliaRetryException
public class AlgoliaRuntimeException extends RuntimeException
Exception thrown when an error occurs during the Serialization/Deserialization process- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlgoliaRuntimeException(String message)AlgoliaRuntimeException(String message, Throwable cause)AlgoliaRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-