public class RegionReinitializedException extends RegionDestroyedException
| Constructor and Description | 
|---|
RegionReinitializedException(String msg,
                            String regionFullPath)
Constructs a  
RegionReinitializedException with a message. | 
RegionReinitializedException(String s,
                            String regionFullPath,
                            Throwable ex)
Constructs a  
RegionDestroyedException with a message and a cause. | 
getRegionFullPathtoStringgetRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic RegionReinitializedException(String msg, String regionFullPath)
RegionReinitializedException with a message.msg - the String messageregionFullPath - the path of the region that encountered the exceptionpublic RegionReinitializedException(String s, String regionFullPath, Throwable ex)
RegionDestroyedException with a message and a cause.s - the String messageregionFullPath - the path of the region that encountered the exceptionex - the Throwable cause