public class MongoDbAuthenticationException extends MongoDbException
| Constructor and Description |
|---|
MongoDbAuthenticationException()
Creates a new MongoDbAuthenticationException.
|
MongoDbAuthenticationException(String message)
Creates a new MongoDbAuthenticationException.
|
MongoDbAuthenticationException(String message,
Throwable cause)
Creates a new MongoDbAuthenticationException.
|
MongoDbAuthenticationException(Throwable cause)
Creates a new MongoDbAuthenticationException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MongoDbAuthenticationException()
public MongoDbAuthenticationException(String message)
message - Message for the exception.public MongoDbAuthenticationException(String message, Throwable cause)
message - Message for the exception.cause - The cause of the error.public MongoDbAuthenticationException(Throwable cause)
cause - The cause of the error.Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.