public class MongoInterruptedException extends MongoException
Thread.interrupt(),
InterruptedException,
Serialized FormMongoException.CursorNotFound, MongoException.DuplicateKey, MongoException.Network| Constructor and Description |
|---|
MongoInterruptedException(InterruptedException e)
Deprecated.
|
MongoInterruptedException(String message,
InterruptedException e)
Deprecated.
|
getCodeaddSuppressed, 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