Exception: Ice::OperationNotExistException
- Inherits:
-
RequestFailedException
- Object
- StandardError
- Exception
- LocalException
- RequestFailedException
- Ice::OperationNotExistException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_OperationNotExistException
Instance Attribute Summary
Attributes inherited from RequestFailedException
Instance Method Summary collapse
-
#initialize(id = ::Ice::Identity.new, facet = '', operation = '') ⇒ OperationNotExistException
constructor
A new instance of OperationNotExistException.
- #to_s ⇒ Object
Methods inherited from Exception
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_s ⇒ Object
454 455 456 |
# File 'lib/Ice/LocalException.rb', line 454 def to_s 'Ice::OperationNotExistException' end |