Exception: Ice::UnknownUserException

Inherits:
UnknownException show all
Defined in:
lib/Ice/LocalException.rb

Instance Attribute Summary

Attributes inherited from UnknownException

#unknown

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initialize(unknown = '') ⇒ UnknownUserException

Returns a new instance of UnknownUserException.



170
171
172
# File 'lib/Ice/LocalException.rb', line 170

def initialize(unknown='')
    super(unknown)
end

Instance Method Details

#to_sObject



174
175
176
# File 'lib/Ice/LocalException.rb', line 174

def to_s
    '::Ice::UnknownUserException'
end