Exception: Ice::ConnectionManuallyClosedException

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(graceful = false) ⇒ ConnectionManuallyClosedException

Returns a new instance of ConnectionManuallyClosedException.



796
797
798
# File 'lib/Ice/LocalException.rb', line 796

def initialize(graceful=false)
    @graceful = graceful
end

Instance Attribute Details

#gracefulObject

Returns the value of attribute graceful.



804
805
806
# File 'lib/Ice/LocalException.rb', line 804

def graceful
  @graceful
end

Instance Method Details

#to_sObject



800
801
802
# File 'lib/Ice/LocalException.rb', line 800

def to_s
    '::Ice::ConnectionManuallyClosedException'
end