public class MongoInitializationException extends RuntimeException
Exception used to indicate the configuration of the MongoDB connection has errors
.| Constructor and Description |
|---|
MongoInitializationException(String message)
Constructor accepting a custom message.
|
MongoInitializationException(String message,
Throwable cause)
Constructor excepting a custom message and the original exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MongoInitializationException(String message)
message - String describing the exceptionCopyright © 2012. All Rights Reserved.