Exception: App42NotFoundException

Inherits:
App42Exception show all
Defined in:
lib/App42NotFoundException.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from App42Exception

#initialize1, #initialize2, #initialize3

Constructor Details

#initialize(detailMessage, http_error_code, app_error_code) ⇒ App42NotFoundException

Returns a new instance of App42NotFoundException.



11
12
13
# File 'lib/App42NotFoundException.rb', line 11

def initialize(detailMessage, http_error_code, app_error_code)
  super(detailMessage,http_error_code,app_error_code)
end

Instance Attribute Details

#app_error_codeObject

Returns the value of attribute app_error_code.



10
11
12
# File 'lib/App42NotFoundException.rb', line 10

def app_error_code
  @app_error_code
end

#detailMessageObject

Returns the value of attribute detailMessage.



10
11
12
# File 'lib/App42NotFoundException.rb', line 10

def detailMessage
  @detailMessage
end

#http_error_codeObject

Returns the value of attribute http_error_code.



10
11
12
# File 'lib/App42NotFoundException.rb', line 10

def http_error_code
  @http_error_code
end