Exception: Ice::UnknownUserException

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

Constant Summary collapse

ICE_TYPE =
T_UnknownUserException

Instance Attribute Summary

Attributes inherited from UnknownException

#unknown

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(unknown = '') ⇒ UnknownUserException

Returns a new instance of UnknownUserException.



184
185
186
# File 'lib/Ice/LocalException.rb', line 184

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

Instance Method Details

#to_sObject



188
189
190
# File 'lib/Ice/LocalException.rb', line 188

def to_s
    'Ice::UnknownUserException'
end