Exception: OAI::ResumptionTokenException

Inherits:
Exception
  • Object
show all
Defined in:
lib/oai/exception.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initializeResumptionTokenException

Returns a new instance of ResumptionTokenException.



69
70
71
72
# File 'lib/oai/exception.rb', line 69

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