public abstract class CommUtils extends Object
| Constructor and Description |
|---|
CommUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isExceptionFailoverable(Throwable t)
Examines the given exception and determines if failing over to another server might help.
|
public static boolean isExceptionFailoverable(Throwable t)
t - the exception to examinetrue if failing over to another server might help; false if
there is nothing about the exception that would lead us to believe another server would produce
a different result.Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.