public class MongoInterruptedException extends MongoException
MongoException.CursorNotFound, MongoException.DuplicateKey, MongoException.Network
Constructor and Description |
---|
MongoInterruptedException(InterruptedException e)
Deprecated.
|
MongoInterruptedException(String message,
InterruptedException e)
Deprecated.
|
getCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Deprecated public MongoInterruptedException(InterruptedException e)
e
- the cause@Deprecated public MongoInterruptedException(String message, InterruptedException e)
message
- the messagee
- the cause