Exception: Ice::ConnectionManuallyClosedException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::ConnectionManuallyClosedException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary collapse
-
#graceful ⇒ Object
Returns the value of attribute graceful.
Instance Method Summary collapse
-
#initialize(graceful = false) ⇒ ConnectionManuallyClosedException
constructor
A new instance of ConnectionManuallyClosedException.
- #to_s ⇒ Object
Methods inherited from Exception
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
#graceful ⇒ Object
Returns the value of attribute graceful.
804 805 806 |
# File 'lib/Ice/LocalException.rb', line 804 def graceful @graceful end |
Instance Method Details
#to_s ⇒ Object
800 801 802 |
# File 'lib/Ice/LocalException.rb', line 800 def to_s '::Ice::ConnectionManuallyClosedException' end |