Class RegionAccessException

    • Constructor Detail

      • RegionAccessException

        public RegionAccessException​(String s,
                                     String regionFullPath,
                                     Set missingRoles)
        Deprecated.
        Constructs a RegionAccessException with a message.
        Parameters:
        s - the String message
        regionFullPath - full path of region for which access was attempted
        missingRoles - the missing required roles that caused this exception
      • RegionAccessException

        public RegionAccessException​(String s,
                                     String regionFullPath,
                                     Set missingRoles,
                                     Throwable ex)
        Deprecated.
        Constructs a RegionAccessException with a message and a cause.
        Parameters:
        s - the String message
        regionFullPath - full path of region for which access was attempted
        missingRoles - the missing required roles that caused this exception
        ex - the Throwable cause
    • Method Detail

      • getMissingRoles

        public Set getMissingRoles()
        Deprecated.
        Returns the missing required roles that caused this exception.
        Returns:
        the missing required roles that caused this exception