Exception: IceGrid::UserAccountNotFoundException

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

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initializeUserAccountNotFoundException

Returns a new instance of UserAccountNotFoundException.



23
24
# File 'lib/IceGrid/UserAccountMapper.rb', line 23

def initialize
end

Instance Method Details

#to_sObject



26
27
28
# File 'lib/IceGrid/UserAccountMapper.rb', line 26

def to_s
    '::IceGrid::UserAccountNotFoundException'
end