Exception: XenAPI::UnauthenticatedClient

Inherits:
Error
  • Object
show all
Defined in:
lib/xenapi/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Client needs to be authenticated first") ⇒ UnauthenticatedClient

Returns a new instance of UnauthenticatedClient.



21
22
23
# File 'lib/xenapi/error.rb', line 21

def initialize(message = "Client needs to be authenticated first")
  super
end