Exception: OaiPmh::ResumptionTokenException
- Inherits:
-
OAIException
- Object
- RuntimeError
- OAIException
- OaiPmh::ResumptionTokenException
- Defined in:
- lib/oaipmh/exceptions.rb
Instance Attribute Summary
Attributes inherited from OAIException
Instance Method Summary collapse
-
#initialize ⇒ ResumptionTokenException
constructor
A new instance of ResumptionTokenException.
Constructor Details
#initialize ⇒ ResumptionTokenException
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 |