public class LogStoreErrors
extends java.lang.Object
| Constructor and Description |
|---|
LogStoreErrors() |
| Modifier and Type | Method and Description |
|---|---|
static java.io.IOException |
incorrectLogStoreImplementationException(java.lang.Throwable cause) |
static boolean |
isNonFatal(java.lang.Throwable t)
Returns true if the provided Throwable is to be considered non-fatal, or false if it is to be
considered fatal
|
public static boolean isNonFatal(java.lang.Throwable t)
public static java.io.IOException incorrectLogStoreImplementationException(java.lang.Throwable cause)