Class RegionDestroyedException

    • Constructor Summary

      Constructors 
      Constructor Description
      RegionDestroyedException​(java.lang.String msg, java.lang.String regionFullPath)
      Constructs a RegionDestroyedException with a message.
      RegionDestroyedException​(java.lang.String s, java.lang.String regionFullPath, java.lang.Throwable ex)
      Constructs a RegionDestroyedException with a message and a cause.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRegionFullPath()  
      • 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

      • RegionDestroyedException

        public RegionDestroyedException​(java.lang.String msg,
                                        java.lang.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​(java.lang.String s,
                                        java.lang.String regionFullPath,
                                        java.lang.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 java.lang.String getRegionFullPath()