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