public class RegionReinitializedException extends RegionDestroyedException
Constructor and Description |
---|
RegionReinitializedException(java.lang.String msg,
java.lang.String regionFullPath)
Constructs a
RegionReinitializedException with a message. |
RegionReinitializedException(java.lang.String s,
java.lang.String regionFullPath,
java.lang.Throwable ex)
Constructs a
RegionDestroyedException with a message and a cause. |
getRegionFullPath
toString
getRootCause
public RegionReinitializedException(java.lang.String msg, java.lang.String regionFullPath)
RegionReinitializedException
with a message.msg
- the String messagepublic RegionReinitializedException(java.lang.String s, java.lang.String regionFullPath, java.lang.Throwable ex)
RegionDestroyedException
with a message and a cause.s
- the String messageex
- the Throwable cause