Class FailedSessionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.vena.bosk.drivers.mongo.FailedSessionException
All Implemented Interfaces:
Serializable

public class FailedSessionException extends IOException
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 Details

    • FailedSessionException

      public FailedSessionException(String message)
    • FailedSessionException

      public FailedSessionException(String message, Throwable cause)
    • FailedSessionException

      public FailedSessionException(Throwable cause)