Exception: Ice::OperationNotExistException

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

Constant Summary collapse

ICE_TYPE =
T_OperationNotExistException

Instance Attribute Summary

Attributes inherited from RequestFailedException

#facet, #id, #operation

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(id = ::Ice::Identity.new, facet = '', operation = '') ⇒ OperationNotExistException

Returns a new instance of OperationNotExistException.



450
451
452
# File 'lib/Ice/LocalException.rb', line 450

def initialize(id=::Ice::Identity.new, facet='', operation='')
    super(id, facet, operation)
end

Instance Method Details

#to_sObject



454
455
456
# File 'lib/Ice/LocalException.rb', line 454

def to_s
    'Ice::OperationNotExistException'
end