Class RegionExistsException

    • Constructor Summary

      Constructors 
      Constructor Description
      RegionExistsException​(Region rgn)
      Constructs an instance of RegionExistsException with the specified Region.
      RegionExistsException​(Region rgn, java.lang.Throwable cause)
      Constructs an instance of RegionExistsException with the specified detail message and cause.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Region getRegion()
      Return the Region that already exists which prevented region creation.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RegionExistsException

        public RegionExistsException​(Region rgn)
        Constructs an instance of RegionExistsException with the specified Region.
        Parameters:
        rgn - the Region that exists
      • RegionExistsException

        public RegionExistsException​(Region rgn,
                                     java.lang.Throwable cause)
        Constructs an instance of RegionExistsException with the specified detail message and cause.
        Parameters:
        rgn - the Region that exists
        cause - the causal Throwable
    • Method Detail

      • getRegion

        public Region getRegion()
        Return the Region that already exists which prevented region creation.
        Returns:
        the Region that already exists, or null if this exception has been serialized, in which Throwable.getMessage() will return the pathFromRoot for the region that exists.