Exception: OpenShift::InvalidNodeException
- Inherits:
-
NodeException
- Object
- StandardError
- OOException
- NodeException
- OpenShift::InvalidNodeException
- Defined in:
- lib/openshift-origin-common/exceptions/oo_exception.rb
Instance Attribute Summary collapse
-
#server_identity ⇒ Object
Returns the value of attribute server_identity.
Attributes inherited from OOException
Instance Method Summary collapse
-
#initialize(msg = nil, code = nil, resultIO = nil, server_identity = nil) ⇒ InvalidNodeException
constructor
A new instance of InvalidNodeException.
Constructor Details
#initialize(msg = nil, code = nil, resultIO = nil, server_identity = nil) ⇒ InvalidNodeException
Returns a new instance of InvalidNodeException.
16 17 18 19 |
# File 'lib/openshift-origin-common/exceptions/oo_exception.rb', line 16 def initialize(msg=nil, code=nil, resultIO=nil, server_identity=nil) super(msg, code, resultIO) @server_identity = server_identity end |
Instance Attribute Details
#server_identity ⇒ Object
Returns the value of attribute server_identity.
14 15 16 |
# File 'lib/openshift-origin-common/exceptions/oo_exception.rb', line 14 def server_identity @server_identity end |