Exception: Ice::TwowayOnlyException
- Inherits:
- 
      LocalException
      
        - Object
- StandardError
- Exception
- LocalException
- Ice::TwowayOnlyException
 
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary collapse
- 
  
    
      #operation  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute operation. 
Instance Method Summary collapse
- 
  
    
      #initialize(operation = '')  ⇒ TwowayOnlyException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TwowayOnlyException. 
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(operation = '') ⇒ TwowayOnlyException
Returns a new instance of TwowayOnlyException.
| 111 112 113 | # File 'lib/Ice/LocalException.rb', line 111 def initialize(operation='') @operation = operation end | 
Instance Attribute Details
#operation ⇒ Object
Returns the value of attribute operation.
| 119 120 121 | # File 'lib/Ice/LocalException.rb', line 119 def operation @operation end | 
Instance Method Details
#to_s ⇒ Object
| 115 116 117 | # File 'lib/Ice/LocalException.rb', line 115 def to_s '::Ice::TwowayOnlyException' end |