Class InitialRootFailureException

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

public class InitialRootFailureException extends RuntimeException
Thrown from BoskDriver.initialRoot(java.lang.reflect.Type) if the initial root can't be loaded from the database and MongoDriverSettings.InitialDatabaseUnavailableMode.FAIL is in effect.
See Also:
  • Constructor Details

    • InitialRootFailureException

      public InitialRootFailureException(String message)
    • InitialRootFailureException

      public InitialRootFailureException(String message, Throwable cause)
    • InitialRootFailureException

      public InitialRootFailureException(Throwable cause)