public abstract class HighLevelException
extends java.lang.RuntimeException
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRetriable()
Returns the assessment of the subsystem throwing the exception whether the failure could be
temporarily and thus retrying the operation (on a higher level) could possibly help to cure
the problem.
|
static boolean |
isRetriable(java.lang.Throwable th)
Returns the assessment of the subsystem throwing the exception whether the failure could be
temporarily and thus retrying the operation (on a higher level) could possibly help to cure
the problem.
|
public boolean isRetriable()
This class will always return false, but sub classes can override the method.
public static boolean isRetriable(java.lang.Throwable th)
This class will always return false, but sub classes can override the method.