Exception: IceGrid::AccessDeniedException

Inherits:
Ice::UserException show all
Defined in:
ruby/IceGrid/Exception.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::UserException

#ice_id, #inspect

Instance Attribute Details

#lockUserIdObject

Returns the value of attribute lockUserId.



200
201
202
# File 'ruby/IceGrid/Exception.rb', line 200

def lockUserId
  @lockUserId
end

Instance Method Details

#to_sObject



196
197
198
# File 'ruby/IceGrid/Exception.rb', line 196

def to_s
    '::IceGrid::AccessDeniedException'
end