Exception: OAI::ResumptionTokenException
- Defined in:
- lib/oai/exception.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize ⇒ ResumptionTokenException
constructor
A new instance of ResumptionTokenException.
Constructor Details
#initialize ⇒ ResumptionTokenException
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 |