Class ThreadInterruptedException
Thrown by Lucene on detecing that Interrupt() had been called. This exception has the specific purpose of being allowed to pass through to the calling thread of J2N.Threading.ThreadJob so it reaches the appropriate handler.
Implements
Inherited Members
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
[Serializable]
public class ThreadInterruptedException : Exception, ISerializable
Constructors
ThreadInterruptedException(Exception)
Thrown by Lucene on detecing that Interrupt() had been called. This exception has the specific purpose of being allowed to pass through to the calling thread of J2N.Threading.ThreadJob so it reaches the appropriate handler.
Declaration
public ThreadInterruptedException(Exception interruptedException)
Parameters
Type | Name | Description |
---|---|---|
Exception | interruptedException |
ThreadInterruptedException(string)
Thrown by Lucene on detecing that Interrupt() had been called. This exception has the specific purpose of being allowed to pass through to the calling thread of J2N.Threading.ThreadJob so it reaches the appropriate handler.
Declaration
public ThreadInterruptedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
ThreadInterruptedException(string, Exception)
Thrown by Lucene on detecing that Interrupt() had been called. This exception has the specific purpose of being allowed to pass through to the calling thread of J2N.Threading.ThreadJob so it reaches the appropriate handler.
Declaration
public ThreadInterruptedException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |