Exception: App42NotFoundException
- Inherits:
-
App42Exception
- Object
- Exception
- App42Exception
- App42NotFoundException
- Defined in:
- lib/App42NotFoundException.rb
Instance Attribute Summary collapse
-
#app_error_code ⇒ Object
Returns the value of attribute app_error_code.
-
#detailMessage ⇒ Object
Returns the value of attribute detailMessage.
-
#http_error_code ⇒ Object
Returns the value of attribute http_error_code.
Instance Method Summary collapse
-
#initialize(detailMessage, http_error_code, app_error_code) ⇒ App42NotFoundException
constructor
A new instance of App42NotFoundException.
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_code ⇒ Object
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 |
#detailMessage ⇒ Object
Returns the value of attribute detailMessage.
10 11 12 |
# File 'lib/App42NotFoundException.rb', line 10 def detailMessage @detailMessage end |
#http_error_code ⇒ Object
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 |