@InterfaceAudience.Private @InterfaceStability.Evolving public class RegionOpeningException extends NotServingRegionException
Constructor and Description |
---|
RegionOpeningException(String message) |
Modifier and Type | Method and Description |
---|---|
static RegionOpeningException |
find(Object exception)
Look for a RegionOpeningException in the exception:
- hadoop.ipc wrapped exceptions
- nested exceptions
Returns null if we didn't find the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RegionOpeningException(String message)
public static RegionOpeningException find(Object exception)
Copyright © 2013 The Apache Software Foundation. All rights reserved.