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