Exception: TableFault

Inherits:
StandardError
  • Object
show all
Defined in:
lib/metal/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

Constructor Details

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

Returns a new instance of TableFault.



2385
2386
2387
2388
# File 'lib/metal/default.rb', line 2385

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

Instance Attribute Details

#exceptionCodeObject

Returns the value of attribute exceptionCode.



2382
2383
2384
# File 'lib/metal/default.rb', line 2382

def exceptionCode
  @exceptionCode
end

#exceptionMessageObject

Returns the value of attribute exceptionMessage.



2383
2384
2385
# File 'lib/metal/default.rb', line 2383

def exceptionMessage
  @exceptionMessage
end