Exception: CustomEventFault

Inherits:
StandardError
  • Object
show all
Includes:
RubyFriendlyMethods
Defined in:
lib/stub/default.rb

Overview

urn:faulturn:fault.wsurn:fault.ws.rsysurn:fault.ws.rsys.comCustomEventFault

exceptionCode - ExceptionCode
exceptionMessage - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from RubyFriendlyMethods

#exception_code, #exception_message

Constructor Details

#initialize(exceptionCode = nil, exceptionMessage = nil) ⇒ CustomEventFault

Returns a new instance of CustomEventFault.



2277
2278
2279
2280
# File 'lib/stub/default.rb', line 2277

def initialize(exceptionCode = nil, exceptionMessage = nil)
  @exceptionCode = exceptionCode
  @exceptionMessage = exceptionMessage
end

Instance Attribute Details

#exceptionCodeObject

Returns the value of attribute exceptionCode.



2274
2275
2276
# File 'lib/stub/default.rb', line 2274

def exceptionCode
  @exceptionCode
end

#exceptionMessageObject

Returns the value of attribute exceptionMessage.



2275
2276
2277
# File 'lib/stub/default.rb', line 2275

def exceptionMessage
  @exceptionMessage
end