Exception: RHC::Rest::AuthorizationsNotSupported

Inherits:
Exception show all
Defined in:
lib/rhc/rest.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(message = "The server does not support setting, retrieving, or authenticating with authorization tokens.") ⇒ AuthorizationsNotSupported

Returns a new instance of AuthorizationsNotSupported.



144
145
146
# File 'lib/rhc/rest.rb', line 144

def initialize(message="The server does not support setting, retrieving, or authenticating with authorization tokens.")
  super(message, 1)
end