com.mongodb
Class MongoInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mongodb.MongoException
com.mongodb.MongoInterruptedException
- All Implemented Interfaces:
- Serializable
public class MongoInterruptedException
- extends MongoException
A non-checked exception indicating that the driver has been interrupted by a call to Thread.interrupt.
- See Also:
Thread.interrupt()
,
InterruptedException
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MongoInterruptedException
public MongoInterruptedException(InterruptedException e)
MongoInterruptedException
public MongoInterruptedException(String message,
InterruptedException e)