Exception: UnexpectedErrorFault
- Inherits:
-
StandardError
- Object
- StandardError
- UnexpectedErrorFault
- Includes:
- RubyFriendlyMethods
- Defined in:
- lib/stub/default.rb
Overview
urn:faulturn:fault.wsurn:fault.ws.rsysurn:fault.ws.rsys.comUnexpectedErrorFault
exceptionCode - ExceptionCode
exceptionMessage - SOAP::SOAPString
Instance Attribute Summary collapse
-
#exceptionCode ⇒ Object
Returns the value of attribute exceptionCode.
-
#exceptionMessage ⇒ Object
Returns the value of attribute exceptionMessage.
Instance Method Summary collapse
-
#initialize(exceptionCode = nil, exceptionMessage = nil) ⇒ UnexpectedErrorFault
constructor
A new instance of UnexpectedErrorFault.
Methods included from RubyFriendlyMethods
#exception_code, #exception_message
Constructor Details
#initialize(exceptionCode = nil, exceptionMessage = nil) ⇒ UnexpectedErrorFault
Returns a new instance of UnexpectedErrorFault.
2403 2404 2405 2406 |
# File 'lib/stub/default.rb', line 2403 def initialize(exceptionCode = nil, exceptionMessage = nil) @exceptionCode = exceptionCode @exceptionMessage = exceptionMessage end |
Instance Attribute Details
#exceptionCode ⇒ Object
Returns the value of attribute exceptionCode.
2400 2401 2402 |
# File 'lib/stub/default.rb', line 2400 def exceptionCode @exceptionCode end |
#exceptionMessage ⇒ Object
Returns the value of attribute exceptionMessage.
2401 2402 2403 |
# File 'lib/stub/default.rb', line 2401 def exceptionMessage @exceptionMessage end |