Exception: OpenShift::InvalidNodeException

Inherits:
NodeException show all
Defined in:
lib/openshift-origin-common/exceptions/oo_exception.rb

Instance Attribute Summary collapse

Attributes inherited from OOException

#code, #resultIO

Instance Method Summary collapse

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_identityObject

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