# File lib/rhc/exceptions.rb, line 235
    def initialize(message="Only one storage action can be performed at a time.")
      super message, 1
    end