public class RegionDestroyedException extends CacheRuntimeException
Constructor and Description |
---|
RegionDestroyedException(String msg,
String regionFullPath)
Constructs a
RegionDestroyedException with a message. |
RegionDestroyedException(String s,
String regionFullPath,
Throwable ex)
Constructs a
RegionDestroyedException with a message and a cause. |
Modifier and Type | Method and Description |
---|---|
String |
getRegionFullPath() |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public RegionDestroyedException(String msg, String regionFullPath)
RegionDestroyedException
with a message.msg
- the String messageregionFullPath
- the path of the region that encountered the exceptionpublic RegionDestroyedException(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 causepublic String getRegionFullPath()