Package io.vena.bosk.drivers.mongo
Class FailedSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.vena.bosk.drivers.mongo.FailedSessionException
- All Implemented Interfaces:
Serializable
Indicates a call to
MongoClient.startSession() threw an exception,
leaving us unable to interact with the database. This is often a transient
failure that could be remedied by retrying.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFailedSessionException(String message) FailedSessionException(String message, Throwable cause) FailedSessionException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailedSessionException
-
FailedSessionException
-
FailedSessionException
-