Exception: IceGrid::AccessDeniedException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initialize(lockUserId = '') ⇒ AccessDeniedException

Returns a new instance of AccessDeniedException.



285
286
287
# File 'lib/IceGrid/Exception.rb', line 285

def initialize(lockUserId='')
    @lockUserId = lockUserId
end

Instance Attribute Details

#lockUserIdObject

Returns the value of attribute lockUserId.



293
294
295
# File 'lib/IceGrid/Exception.rb', line 293

def lockUserId
  @lockUserId
end

Instance Method Details

#to_sObject



289
290
291
# File 'lib/IceGrid/Exception.rb', line 289

def to_s
    '::IceGrid::AccessDeniedException'
end