Exception: Ice::FacetNotExistException
- Inherits:
-
RequestFailedException
- Object
- StandardError
- Exception
- LocalException
- RequestFailedException
- Ice::FacetNotExistException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_FacetNotExistException
Instance Attribute Summary
Attributes inherited from RequestFailedException
Instance Method Summary collapse
-
#initialize(id = ::Ice::Identity.new, facet = '', operation = '') ⇒ FacetNotExistException
constructor
A new instance of FacetNotExistException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(id = ::Ice::Identity.new, facet = '', operation = '') ⇒ FacetNotExistException
Returns a new instance of FacetNotExistException.
435 436 437 |
# File 'lib/Ice/LocalException.rb', line 435 def initialize(id=::Ice::Identity.new, facet='', operation='') super(id, facet, operation) end |
Instance Method Details
#to_s ⇒ Object
439 440 441 |
# File 'lib/Ice/LocalException.rb', line 439 def to_s 'Ice::FacetNotExistException' end |