Class AccessDeniedException

All Implemented Interfaces:
Serializable, Cloneable

public class AccessDeniedException extends UserException
This exception is raised if a registry lock wasn't acquired or is already held by a session.
See Also:
  • Field Details

    • lockUserId

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

    • AccessDeniedException

      public AccessDeniedException()
    • AccessDeniedException

      public AccessDeniedException(Throwable cause)
    • AccessDeniedException

      public AccessDeniedException(String lockUserId)
    • AccessDeniedException

      public AccessDeniedException(String lockUserId, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: UserException
      Returns the type id of this exception.
      Specified by:
      ice_id in class UserException
      Returns:
      The type id of this exception.