Exception: RHC::AdditionalStorageArgumentsException

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

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(message = "Only one storage action can be performed at a time.") ⇒ AdditionalStorageArgumentsException

Returns a new instance of AdditionalStorageArgumentsException.



199
200
201
# File 'lib/rhc/exceptions.rb', line 199

def initialize(message="Only one storage action can be performed at a time.")
  super message, 1
end