Exception: OaiPmh::ResumptionTokenException

Inherits:
OAIException
  • Object
show all
Defined in:
lib/oaipmh/exceptions.rb

Instance Attribute Summary

Attributes inherited from OAIException

#code

Instance Method Summary collapse

Constructor Details

#initializeResumptionTokenException

Returns a new instance of ResumptionTokenException.



66
67
68
69
# File 'lib/oaipmh/exceptions.rb', line 66

def initialize()
  super('badResumptionToken', 'The value of the resumptionToken argument '\
  'is invalid or expired.')
end