Exception: XenAPI::UnauthenticatedClient
- Defined in:
- lib/xenapi/error.rb
Instance Method Summary collapse
-
#initialize(message = "Client needs to be authenticated first") ⇒ UnauthenticatedClient
constructor
A new instance of UnauthenticatedClient.
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( = "Client needs to be authenticated first") super end |