Exception: VORuby::Services::Gestalt::NoVotableException

Inherits:
WesixException show all
Defined in:
lib/voruby/services/gestalt/wesix.rb

Instance Method Summary collapse

Constructor Details

#initializeNoVotableException

Returns a new instance of NoVotableException.



9
10
11
12
13
# File 'lib/voruby/services/gestalt/wesix.rb', line 9

def initialize
  super('VOTABLE missing from SOAP response. ' +
        'Often this is caused by an overly large catalog. ' +
        'Try increasing your detection threshold.')
end