Exception: IceGrid::UserAccountNotFoundException

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

Constant Summary collapse

ICE_TYPE =
T_UserAccountNotFoundException

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initializeUserAccountNotFoundException

Returns a new instance of UserAccountNotFoundException.



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

def initialize
end

Instance Method Details

#to_sObject



31
32
33
# File 'lib/IceGrid/UserAccountMapper.rb', line 31

def to_s
    'IceGrid::UserAccountNotFoundException'
end