Exception: IceGrid::UserAccountNotFoundException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::UserAccountNotFoundException
- Defined in:
- lib/IceGrid/UserAccountMapper.rb
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.
23 24 |
# File 'lib/IceGrid/UserAccountMapper.rb', line 23 def initialize end |
Instance Method Details
#to_s ⇒ Object
26 27 28 |
# File 'lib/IceGrid/UserAccountMapper.rb', line 26 def to_s '::IceGrid::UserAccountNotFoundException' end |