Exception: Ice::CFNetworkException
- Inherits:
-
SocketException
- Object
- StandardError
- Exception
- LocalException
- SyscallException
- SocketException
- Ice::CFNetworkException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
Attributes inherited from SyscallException
Instance Method Summary collapse
-
#initialize(error = 0, domain = '') ⇒ CFNetworkException
constructor
A new instance of CFNetworkException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(error = 0, domain = '') ⇒ CFNetworkException
Returns a new instance of CFNetworkException.
464 465 466 467 |
# File 'lib/Ice/LocalException.rb', line 464 def initialize(error=0, domain='') super(error) @domain = domain end |
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain.
473 474 475 |
# File 'lib/Ice/LocalException.rb', line 473 def domain @domain end |
Instance Method Details
#to_s ⇒ Object
469 470 471 |
# File 'lib/Ice/LocalException.rb', line 469 def to_s '::Ice::CFNetworkException' end |