Class: RemoteException
- Inherits:
-
Object
- Object
- RemoteException
- Defined in:
- lib/crowd/default.rb
Overview
http://rmi.javaRemoteException
cause - Throwable
- SOAP::SOAPString
Instance Attribute Summary collapse
-
#cause ⇒ Object
Returns the value of attribute cause.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(cause = nil, message = nil) ⇒ RemoteException
constructor
A new instance of RemoteException.
Constructor Details
#initialize(cause = nil, message = nil) ⇒ RemoteException
Returns a new instance of RemoteException.
360 361 362 363 |
# File 'lib/crowd/default.rb', line 360 def initialize(cause = nil, = nil) @cause = cause @message = end |
Instance Attribute Details
#cause ⇒ Object
Returns the value of attribute cause.
357 358 359 |
# File 'lib/crowd/default.rb', line 357 def cause @cause end |
#message ⇒ Object
Returns the value of attribute message.
358 359 360 |
# File 'lib/crowd/default.rb', line 358 def @message end |