Exception: Mongo::Error::InvalidSession
- Inherits:
-
Mongo::Error
- Object
- StandardError
- Mongo::Error
- Mongo::Error::InvalidSession
- Defined in:
- lib/mongo/error/invalid_session.rb
Overview
This exception is raised when a session is attempted to be used and it is invalid.
Constant Summary
Constants inherited from Mongo::Error
BAD_VALUE, CODE, CURSOR_NOT_FOUND, ERR, ERRMSG, ERROR, TRANSIENT_TRANSACTION_ERROR_LABEL, UNKNOWN_ERROR, UNKNOWN_TRANSACTION_COMMIT_RESULT_LABEL, WRITE_CONCERN_ERROR, WRITE_CONCERN_ERRORS, WRITE_ERRORS
Instance Method Summary collapse
-
#initialize(message) ⇒ InvalidSession
constructor
Create the new exception.
Methods inherited from Mongo::Error
#change_stream_resumable?, #label?
Constructor Details
#initialize(message) ⇒ InvalidSession
Create the new exception.
31 32 33 |
# File 'lib/mongo/error/invalid_session.rb', line 31 def initialize() super() end |