Class AccessDeniedException

All Implemented Interfaces:
Serializable

public class AccessDeniedException extends UserException
The exception that is thrown when the registry update lock cannot be acquired.

Remarks: The Slice compiler generated this exception class from Slice exception ::IceGrid::AccessDeniedException.

See Also:
  • Field Details

    • lockUserId

      public String lockUserId
      The id of the user holding the lock (if any).
  • Constructor Details

    • AccessDeniedException

      public AccessDeniedException()
      Constructs a AccessDeniedException.
    • AccessDeniedException

      public AccessDeniedException(String lockUserId)
      Constructs a AccessDeniedException with values for all its fields.
      Parameters:
      lockUserId - The id of the user holding the lock (if any).
  • Method Details

    • ice_id

      public String ice_id()
      Returns the Slice type ID of this user exception.
      Specified by:
      ice_id in class UserException
      Returns:
      the Slice type ID