Class RegionAccessException

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Set getMissingRoles()
      Deprecated.
      Returns the missing required roles that caused this exception.
      • 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

      • RegionAccessException

        public RegionAccessException​(java.lang.String s,
                                     java.lang.String regionFullPath,
                                     java.util.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​(java.lang.String s,
                                     java.lang.String regionFullPath,
                                     java.util.Set missingRoles,
                                     java.lang.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 java.util.Set getMissingRoles()
        Deprecated.
        Returns the missing required roles that caused this exception.
        Returns:
        the missing required roles that caused this exception