Exception: Ice::UnknownMessageException
- Inherits:
- 
      ProtocolException
      
        - Object
- StandardError
- Exception
- LocalException
- ProtocolException
- Ice::UnknownMessageException
 
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary
Attributes inherited from ProtocolException
Instance Method Summary collapse
- 
  
    
      #initialize(reason = '')  ⇒ UnknownMessageException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of UnknownMessageException. 
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(reason = '') ⇒ UnknownMessageException
Returns a new instance of UnknownMessageException.
| 726 727 728 | # File 'lib/Ice/LocalException.rb', line 726 def initialize(reason='') super(reason) end | 
Instance Method Details
#to_s ⇒ Object
| 730 731 732 | # File 'lib/Ice/LocalException.rb', line 730 def to_s '::Ice::UnknownMessageException' end |