Class RegionDestroyedException

    • Constructor Detail

      • RegionDestroyedException

        public RegionDestroyedException​(String msg,
                                        String regionFullPath)
        Constructs a RegionDestroyedException with a message.
        Parameters:
        msg - the String message
        regionFullPath - the path of the region that encountered the exception
      • RegionDestroyedException

        public RegionDestroyedException​(String s,
                                        String regionFullPath,
                                        Throwable ex)
        Constructs a RegionDestroyedException with a message and a cause.
        Parameters:
        s - the String message
        regionFullPath - the path of the region that encountered the exception
        ex - the Throwable cause
    • Method Detail

      • getRegionFullPath

        public String getRegionFullPath()