@InterfaceAudience.Private @InterfaceStability.Evolving public final class ClientExceptionsUtil extends Object
Modifier | Constructor and Description |
---|---|
private |
ClientExceptionsUtil() |
Modifier and Type | Method and Description |
---|---|
static Throwable |
findException(Object exception)
Look for an exception we know in the remote exception:
- hadoop.ipc wrapped exceptions
- nested exceptions
Looks for: RegionMovedException / RegionOpeningException / RegionTooBusyException /
ThrottlingException
|
static boolean |
isMetaClearingException(Throwable cur) |
static boolean |
isSpecialException(Throwable cur) |
public static boolean isMetaClearingException(Throwable cur)
public static boolean isSpecialException(Throwable cur)
public static Throwable findException(Object exception)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.