Exception: IceGrid::PermissionDeniedException

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

#reasonObject

Returns the value of attribute reason.



234
235
236
# File 'ruby/IceGrid/Exception.rb', line 234

def reason
  @reason
end

Instance Method Details

#to_sObject



230
231
232
# File 'ruby/IceGrid/Exception.rb', line 230

def to_s
    '::IceGrid::PermissionDeniedException'
end