Class AccessDeniedException

All Implemented Interfaces:
Serializable

public class AccessDeniedException extends UserException
The exception that is thrown when the registry update lock cannot be acquired.
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 type id of this exception.
      Specified by:
      ice_id in class UserException
      Returns:
      The type id of this exception.