Class RegionReinitializedException

  • All Implemented Interfaces:
    Serializable

    public class RegionReinitializedException
    extends RegionDestroyedException
    Indicates that the region has been reinitialized. Further operations on the region object are not allowed using this region reference. A new reference must be acquired from the Cache the region's parent region.
    Since:
    GemFire 4.0
    See Also:
    Serialized Form
    • Constructor Detail

      • RegionReinitializedException

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

        public RegionReinitializedException​(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