Class RegionRoleException

    • Constructor Detail

      • RegionRoleException

        public RegionRoleException​(String s,
                                   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​(String s,
                                   String regionFullPath,
                                   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 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