public class MongoDbException extends RuntimeException
Constructor and Description |
---|
MongoDbException()
Creates a new MongoDbException.
|
MongoDbException(String message)
Creates a new MongoDbException.
|
MongoDbException(String message,
Throwable cause)
Creates a new MongoDbException.
|
MongoDbException(Throwable cause)
Creates a new MongoDbException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MongoDbException()
public MongoDbException(String message)
message
- Reason for the exception.public MongoDbException(String message, Throwable cause)
message
- Reason for the exception.cause
- The exception causing the MongoDbException.public MongoDbException(Throwable cause)
cause
- The exception causing the MongoDbException.Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.