Exception: Ice::RequestFailedException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

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

Returns a new instance of RequestFailedException.



370
371
372
373
374
# File 'lib/Ice/LocalException.rb', line 370

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

Instance Attribute Details

#facetObject

Returns the value of attribute facet.



380
381
382
# File 'lib/Ice/LocalException.rb', line 380

def facet
  @facet
end

#idObject

Returns the value of attribute id.



380
381
382
# File 'lib/Ice/LocalException.rb', line 380

def id
  @id
end

#operationObject

Returns the value of attribute operation.



380
381
382
# File 'lib/Ice/LocalException.rb', line 380

def operation
  @operation
end

Instance Method Details

#to_sObject



376
377
378
# File 'lib/Ice/LocalException.rb', line 376

def to_s
    '::Ice::RequestFailedException'
end