# File vapor/exceptions.rb, line 89
    def initialize( cause = nil )
      @causing_object = cause
    end