Exception: TableFault

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

Overview

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

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) ⇒ TableFault

Returns a new instance of TableFault.



2319
2320
2321
2322
# File 'lib/stub/default.rb', line 2319

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

Instance Attribute Details

#exceptionCodeObject

Returns the value of attribute exceptionCode.



2316
2317
2318
# File 'lib/stub/default.rb', line 2316

def exceptionCode
  @exceptionCode
end

#exceptionMessageObject

Returns the value of attribute exceptionMessage.



2317
2318
2319
# File 'lib/stub/default.rb', line 2317

def exceptionMessage
  @exceptionMessage
end