Package io.vena.bosk.drivers.mongo
Class InitialRootFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vena.bosk.drivers.mongo.InitialRootFailureException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionInitialRootFailureException(String message) InitialRootFailureException(String message, 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
-
InitialRootFailureException
-
InitialRootFailureException
-
InitialRootFailureException
-