Class PortalAccessException

All Implemented Interfaces:
IPortalException, Serializable

public class PortalAccessException extends PortalException
Exception is thrown when user doesn't have access rights to perform certain operation
See Also:
  • Field Details

    • m_userID

      protected IThingID m_userID
    • m_targetID

      protected IThingID m_targetID
  • Constructor Details

    • PortalAccessException

      public PortalAccessException(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, IThingID userId)
    • PortalAccessException

      public PortalAccessException(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, IThingID userId, IThingID targetID)
    • PortalAccessException

      public PortalAccessException(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, IThingID userId, IThingID targetID, Object[] args)
    • PortalAccessException

      @Deprecated public PortalAccessException()
      Deprecated.
    • PortalAccessException

      @Deprecated public PortalAccessException(String msg)
      Deprecated.
    • PortalAccessException

      @Deprecated public PortalAccessException(String msg, IThingID userId)
      Deprecated.
      Access exception for a specific user.
      Parameters:
      msg - Exception message
      userId - IThingID user instance
    • PortalAccessException

      @Deprecated public PortalAccessException(String msg, IThingID userId, int rights)
      Deprecated.
      Access exception for a specific user and right set.
      Parameters:
      msg - Exception error message
      userId - User thing ID refence. See IThingID
      rights - Access rights. See IAccessRight
  • Method Details

    • getUserID

      public IThingID getUserID()
    • getTargetID

      public IThingID getTargetID()