Class RegionRoleException

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getRegionFullPath()
      Deprecated.
      Returns the full path of the region for which access was attempted.
      • 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

      • RegionRoleException

        public RegionRoleException​(java.lang.String s,
                                   java.lang.String regionFullPath)
        Deprecated.
        Constructs a RegionRoleException with a message.
        Parameters:
        s - the String message
        regionFullPath - full path of region for which access was attempted
      • RegionRoleException

        public RegionRoleException​(java.lang.String s,
                                   java.lang.String regionFullPath,
                                   java.lang.Throwable ex)
        Deprecated.
        Constructs a RegionRoleException with a message and a cause.
        Parameters:
        s - the String message
        regionFullPath - full path of region for which access was attempted
        ex - the Throwable cause
    • Method Detail

      • getRegionFullPath

        public java.lang.String getRegionFullPath()
        Deprecated.
        Returns the full path of the region for which access was attempted.
        Returns:
        the full path of the region for which access was attempted