Exception: IceGrid::UserAccountNotFoundException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::UserAccountNotFoundException
- Defined in:
- lib/IceGrid/UserAccountMapper.rb
Constant Summary collapse
- ICE_TYPE =
T_UserAccountNotFoundException
Instance Method Summary collapse
-
#initialize ⇒ UserAccountNotFoundException
constructor
A new instance of UserAccountNotFoundException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize ⇒ UserAccountNotFoundException
Returns a new instance of UserAccountNotFoundException.
28 29 |
# File 'lib/IceGrid/UserAccountMapper.rb', line 28 def initialize end |
Instance Method Details
#to_s ⇒ Object
31 32 33 |
# File 'lib/IceGrid/UserAccountMapper.rb', line 31 def to_s 'IceGrid::UserAccountNotFoundException' end |