public class RegionNotFoundException extends NameResolutionException
Constructor and Description |
---|
RegionNotFoundException(java.lang.String msg)
Construct an instance of RegionNotFoundException
|
RegionNotFoundException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of RegionNotFoundException
|
getRootCause
public RegionNotFoundException(java.lang.String msg)
msg
- the error messagepublic RegionNotFoundException(java.lang.String msg, java.lang.Throwable cause)
msg
- the error messagecause
- a Throwable that is a cause of this exception